Class GuidItem
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Represents a wrapper of a GUID value for a purpose of a registration in DataTypeManager.
public sealed class GuidItem
- Inheritance
-
objectGuidItem
- Extension Methods
Constructors
GuidItem(Guid)
Creates a new instance.
public GuidItem(Guid value)
Parameters
value
GuidGUID value.
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
implicit operator Guid(GuidItem)
Implicit cast operator from GuidItem to System.Guid.
public static implicit operator Guid(GuidItem item)
Parameters
item
GuidItemItem with wrapped value.
Returns
- Guid
implicit operator GuidItem(Guid)
Implicit cast operator from System.Guid to GuidItem.
public static implicit operator GuidItem(Guid value)
Parameters
value
GuidGUID value.