Click or drag to resize

UniqueNameToPage Class

Dictionary lookup from unique name to the KryptonPage.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, KryptonPage
    Internal.ComponentFactory.Krypton.NavigatorUniqueNameToPage

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class UniqueNameToPage : Dictionary<string, KryptonPage>

The UniqueNameToPage type exposes the following members.

Constructors
  NameDescription
Public methodUniqueNameToPage
Initializes a new instance of the UniqueNameToPage class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, KryptonPage.)
Public propertyCount (Inherited from DictionaryString, KryptonPage.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, KryptonPage.)
Public propertyKeys (Inherited from DictionaryString, KryptonPage.)
Public propertyValues (Inherited from DictionaryString, KryptonPage.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, KryptonPage.)
Public methodClear (Inherited from DictionaryString, KryptonPage.)
Public methodContainsKey (Inherited from DictionaryString, KryptonPage.)
Public methodContainsValue (Inherited from DictionaryString, KryptonPage.)
Public methodEnsureCapacity (Inherited from DictionaryString, KryptonPage.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, KryptonPage.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, KryptonPage.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, KryptonPage.)
Public methodRemove(TKey) (Inherited from DictionaryString, KryptonPage.)
Public methodRemove(UTP, UTP) (Inherited from DictionaryString, KryptonPage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess (Inherited from DictionaryString, KryptonPage.)
Public methodTrimExcess(Int32) (Inherited from DictionaryString, KryptonPage.)
Public methodTryAdd (Inherited from DictionaryString, KryptonPage.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryString, KryptonPage.)
Top
See Also