New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class GuidToNameMapping

Inheritance: objectGuidToNameMapping

Constructors

Constructs a new default instance.

C#
public GuidToNameMapping()

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

C#
public GuidToNameMapping(Guid guid, string name)
Parameters:guidGuidnamestring

Properties

Gets or sets the associated Guid

C#
public Guid Guid { get; set; }

Gets or sets the associated name.

C#
public string Name { get; set; }