public class BaseItem : ChangeObjectItem, IItemPublic Class BaseItem
Inherits ChangeObjectItem
Implements IItemNo code example is currently available or this language may not be supported.| BaseItem | Create a new instance of the BaseItem item. |
| Comments | Get a reference to the comments that have been created on this item. |
| ExtendedProperties | Get a reference to a collection of properties defined for this contact. |
| ItemId | Get/Set the locally unique identification of this record. |
| ItemTicket | Get/Set the globally unique identification of this record. |
| NextItemId | Get/Set the next local item ID for this record. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| OnCollectionChanged |
Raises the CollectionChanged event when the contents of a member
collection have changed.
(Overrides ChangeObjectItemOnCollectionChanged(Object, CollectionChangeEventArgs)) |
| OnPropertyChanged |
Raises the PropertyChanged event when the value of a member property
has changed.
(Overrides ChangeObjectItemOnPropertyChanged(String)) |
| ShouldSerializeExtendedProperties | Return a value indicating whether the ExtendedProperties property should be serialized. |
| ShouldSerializeItemId | Return a value indicating whether the ItemId property should be serialized. |
| ShouldSerializeItemTicket | Return a value indicating whether the ItemTicket property should be serialized. |
| ToString | (Inherited from Object) |
| PropertyChanged |
Raised when the value of a property has changed.
(Inherited from ChangeObjectItem) |