Identity Members
Include Protected Members
Include Inherited Members
Defines the identifier values of an External Item.
The Identity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Identity(Guid) | This member is reserved for internal use and is not intended to be used directly from your code. | |
Identity(Object) | Constructs a new instance of the class by using an identifier value. | |
Identity([]) | Constructs a new instance of the class by using an array of identifier values. | |
Identity(Guid, []) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
IdentifierCount | Returns the number of identifiers. | |
IsTemporary | Checks whether the identity is temporary. | |
Item | Retrieves the element at the given index. | |
TemporaryId | Returns the temporary part of the identity. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Deserialize | Retrieves the identity from the string form. | |
Equals | Checks whether two objects are equal. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this object. (Overrides Object.GetHashCode().) | |
GetIdentifierValues | Provides access to identifier values. | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Serialize | Converts the identity into its string representation. | |
ToString | (Inherited from Object.) |
Top