The Identity type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Identity | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides Object..::.Equals(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 | (Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NewIdentity | Overloaded. | |
| Parse |
Parses the string and tries to create a new instance of a Identity | |
| ToString |
Converts the objects to it's string representation.
The string returned can be passed back to the Parse(String) method to reconstruct the object
(Overrides Object..::.ToString()()().) | |
| TryParse |
Parses the string and tries to create a new instance of a Identity |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Implicit |
Guid to Identity implicit operator.
This does the same as calling the NewIdentity(Guid) method with an external id.
| |
| Inequality |
Properties
| Name | Description | |
|---|---|---|
| ExternalId |
The external part of the identity
| |
| StoreId |
The store part of the identity
|