DomainObjects Class Library

OnIdentityChangeArgs Members

OnIdentityChangeArgs overview

Public Instance Constructors

OnIdentityChangeArgs Constructor Initializes a new instance of the OnIdentityChangeArgs class.

Public Instance Properties

CreatableObjectWithNewIdentity Gets the creatable object whose identity has changed. The new identity can be obtained via a call to Identity
OldIdentity Gets the identity of the object before it was changed.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

OnIdentityChangeArgs Class | DomainObjects.Facade.Domain Namespace