Class
GuidToNameMapping

Maps a globally unique identifier (Guid) to a human-readable name. Used by the new RadDock framework when converting an old DockingManager framework to its new counterpart.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class GuidToNameMapping

Inheritance: objectGuidToNameMapping

Constructors

GuidToNameMapping()

Constructs a new default instance.

Declaration

cs-api-definition
public GuidToNameMapping()

GuidToNameMapping(Guid, string)

Constructs a new instance, using the provided Guid and Name values.

Declaration

cs-api-definition
public GuidToNameMapping(Guid guid, string name)

Parameters

guid

Guid

name

string

Properties

Guid

Gets or sets the associated Guid

Declaration

cs-api-definition
public Guid Guid { get; set; }

Property Value

Guid

Name

Gets or sets the associated name.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string