DomainObjects Class Library

Key.GetIdentityString Method 

Gets a string that semantically and uniquely identifies this instance. This value should be sufficient to act as a unique key in a cache or hashtable. It's value must be immutable over the lifetime of the instance. It should be the same string value from which the hashcode for this instance is generated.

public string GetIdentityString();

See Also

Key Class | DomainObjects.Facade.Domain Namespace