Class SerialiazableGuidEntry
Represents a Xml serializable Guid,Guid dictionary entry.
Inheritance
System.Object
SerialiazableGuidEntry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2Syntax
public class SerialiazableGuidEntry
Constructors
SerialiazableGuidEntry()
Initializes a new instance of the SerialiazableGuidEntry class.
Declaration
public SerialiazableGuidEntry()
SerialiazableGuidEntry(Guid, Guid)
Initializes a new instance of the SerialiazableGuidEntry class.
Declaration
public SerialiazableGuidEntry(Guid key, Guid value)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | key | The key. |
System.Guid | value | The value. |
Fields
Key
The key of the dictionary item
Declaration
public Guid Key
Field Value
Type | Description |
---|---|
System.Guid |
Value
The value of the dictionary item
Declaration
public Guid Value
Field Value
Type | Description |
---|---|
System.Guid |