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
Protected method Identity(Guid) This member is reserved for internal use and is not intended to be used directly from your code.
Public method Identity(Object) Constructs a new instance of the class by using an identifier value.
Public method Identity([]) Constructs a new instance of the class by using an array of identifier values.
Protected method Identity(Guid, []) This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property IdentifierCount Returns the number of identifiers.
Public property IsTemporary Checks whether the identity is temporary.
Public property Item Retrieves the element at the given index.
Public property TemporaryId Returns the temporary part of the identity.

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public methodStatic member Deserialize Retrieves the identity from the string form.
Public method Equals Checks whether two objects are equal. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetIdentifierValues Provides access to identifier values.
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Serialize Converts the identity into its string representation.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

Identity Class

Microsoft.BusinessData.Runtime Namespace