The following tables list the members exposed by the EntityID type.

Name Description
Public method Equals(object) A method for checking if two entity ids are equal
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Get a hashcode for an id
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static LoadFromString(string) Load from a concatenated string format
Public method Static LoadFromXml(XmlNode) Load from an xml node
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Get a string representation of this entity id
Public method ToURIString() Get this as URI string
Public method ToXmlString() Get in an xml format
Top
Name Description
Operator Static Equality Check if two ids are equal
Operator Static Inequality Check two ids are not equal
Top