Class SerialiazableGuidEntry
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Represents a Xml serializable Guid,Guid dictionary entry.
Inheritance
Inherited Members
Namespace: EPiServer.Enterprise.Internal
Assembly: EPiServer.Enterprise.dll
Version: 10.10.4Syntax
public class SerialiazableGuidEntry
Constructors
SerialiazableGuidEntry()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the SerialiazableGuidEntry class.
Declaration
public SerialiazableGuidEntry()
SerialiazableGuidEntry(Guid, Guid)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The key of the dictionary item
Declaration
public Guid Key
Field Value
Type | Description |
---|---|
System.Guid |
Value
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The value of the dictionary item
Declaration
public Guid Value
Field Value
Type | Description |
---|---|
System.Guid |