Persistate API documentation
LinkageEventArgs Class
NamespacesPersistateLinkageEventArgs

[This is preliminary documentation and is subject to change.]

Provides data for the Adopted, Associated, Disowned and Dissociated events of the Persistent and ObjectClass classes, as well as the Changed event of all IPersistateList classes
Declaration Syntax
C#
public class LinkageEventArgs : EventArgs
Members
All MembersMethodsProperties



IconMemberDescription
Collection
Gets the IPersistateList collection involved in the linkage event. This will be null for scalar linkage events.

Containee
Gets the containee or child object involved in the linkage event.

Container
Gets the container or parent object involved in the linkage event. This is not the collection object if a collection is involved, but the parent of the collection.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Member
Gets the container Member involved in the linkage event.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reason
Gets a value indicating the reason for this event. This is used for IPersistateList events only.

Slot
Gets the slot of the container Member involved in the linkage event.

ToString()()()()
Obtains a string showing data in the LinkageEventArgs.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
EventArgs
 LinkageEventArgs

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)