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