Click or drag to resize

KryptonSpaceCellToCachedState Class

Lookup between a cell and the cell state.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState
    Internal.ComponentFactory.Krypton.DockingKryptonSpaceCellToCachedState

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected class CellToCachedState : Dictionary<KryptonWorkspaceCell, KryptonSpaceCachedCellState>

The KryptonSpaceCellToCachedState type exposes the following members.

Constructors
  NameDescription
Public methodKryptonSpaceCellToCachedState
Initializes a new instance of the KryptonSpaceCellToCachedState class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public propertyCount (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public propertyKeys (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public propertyValues (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodClear (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodContainsKey (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodContainsValue (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodEnsureCapacity (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
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 DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
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 DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodRemove(TKey) (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodRemove(UTP, UTP) (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodTrimExcess(Int32) (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodTryAdd (Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState.)
Top
See Also