CompatibleAppointment Methods
Use for subclassing instead of the former Appointment class to maintain code created prior to v.15.2.Name | Description |
---|---|
BeginUpdate() | Locks the object until the EndUpdate or CancelUpdate method is called. Inherited from PersistentObject. |
CancelUpdate() | Unlocks the PersistentObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from PersistentObject. |
Dispose() | Disposes of the PersistentObject object. Inherited from PersistentObject. |
EndUpdate() | Unlocks the PersistentObject object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from PersistentObject. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
FromXml(String) | Obsolete. Reconstructs a persistent object from an XML encoding. Inherited from PersistentObject. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetSourceObject(ISchedulerStorageBase) | Returns the data object that is bound to the current persistent object. Inherited from PersistentObject. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
RaiseChildDeleting(IPersistentObject) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject. |
RaiseDeleting() | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
ToXml() | Obsolete. Creates an XML encoding of the persistent object. Inherited from PersistentObject. |
See Also