ClassGuidToNameMappingCollection
Class
A strongly-typed collection of GuidToNameMapping instances.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class GuidToNameMappingCollection : Collection<GuidToNameMapping>, IList, ICollection, IEnumerable
Inheritance: objectCollection<GuidToNameMapping>GuidToNameMappingCollection
Implements:
Inherited Members
Constructors
GuidToNameMappingCollection()
Declaration
cs-api-definition
public GuidToNameMappingCollection()
Properties
this[Guid]
Indexer. Gets the Name that matches the provided Guid.
Methods
FindByGuid(Guid)
Finds the GuidToNameMapping instance that matches the provided Guid.
Declaration
cs-api-definition
public GuidToNameMapping FindByGuid(Guid guid)
Parameters
guid
Returns
FindNameByGuid(Guid)
Finds the name that matches the provided Guid.