An entity id

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<ComVisible(true)> _ 
<Serializable()> _ 
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class EntityID
This language is not supported or no code example is available.
[DataContract()] 
[ComVisible(true)] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class EntityID
This language is not supported or no code example is available.
[DataContract()] 
[ComVisible(true)] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class EntityID
This language is not supported or no code example is available.
public  
DataContract() 
ComVisible(true) 
Serializable() 
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
class EntityID
This language is not supported or no code example is available.
Name Description
Public constructor EntityID() Create a blank entity id
Public constructor EntityID(EntityID)
Public constructor EntityID(long, Guid) Create an id
Public constructor EntityID(long, ServerID) Create an id
Public constructor EntityID(long, int, Guid) Create the entity id
Top
Name Description
Public property ID Get or set the primary entity id
Public property ServerID Get or set the server id
Top
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
Name Description
Public field ServerGUID Get or set the server guid
Top
Contracts.Data.EntityID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1