EntityID Class
<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.
Name | Description | |
---|---|---|
![]() |
EntityID() | Create a blank entity id |
![]() |
EntityID(EntityID) | |
![]() |
EntityID(long, Guid) | Create an id |
![]() |
EntityID(long, ServerID) | Create an id |
![]() |
EntityID(long, int, Guid) | Create the entity id |
Name | Description | |
---|---|---|
![]() |
Equals(object) | A method for checking if two entity ids are equal |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode() | Get a hashcode for an id |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() ![]() |
LoadFromString(string) | Load from a concatenated string format |
![]() ![]() |
LoadFromXml(XmlNode) | Load from an xml node |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | Get a string representation of this entity id |
![]() |
ToURIString() | Get this as URI string |
![]() |
ToXmlString() | Get in an xml format |
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Check if two ids are equal |
![]() ![]() |
Inequality | Check two ids are not equal |
Name | Description | |
---|---|---|
![]() |
IsNullOrEmpty(this EntityID) | (Defined by EntityIdExtensions). |
![]() |
IsNullOrEmpty() | (Defined by EntityIdExtensions). |
![]() |
ToEntityString(this EntityID) | Converts EntityID to its string representation (Defined by EntityExtension). |
![]() |
ToEntityString() | Converts EntityID to its string representation (Defined by EntityExtension). |
Name | Description | |
---|---|---|
![]() |
ServerGUID | Get or set the server guid |
Contracts.Data.EntityID