Click or drag to resize

RenameableItemListT Class

[Missing <summary> documentation for "T:Altaxo.Collections.RenameableItemList`1"]

Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsNamedItemListT
    Altaxo.CollectionsRenameableItemListT

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class RenameableItemList<T> : NamedItemList<T>
where T : IRenameableItem

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Collections.RenameableItemList`1"]

The RenameableItemListT type exposes the following members.

Constructors
 NameDescription
Public methodRenameableItemListTInitializes a new instance of the RenameableItemListT class
Top
Properties
 NameDescription
Public propertyCount
(Inherited from NamedItemListT)
Public propertyItemInt32
(Inherited from NamedItemListT)
Public propertyItemString
(Inherited from NamedItemListT)
Top
Methods
 NameDescription
Public methodAdd
(Overrides NamedItemListTAdd(T))
Public methodClear
(Inherited from NamedItemListT)
Public methodContains(INamedItem)
(Inherited from NamedItemListT)
Public methodContains(String)
(Inherited from NamedItemListT)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 NamedItemListT)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf(INamedItem)
(Inherited from NamedItemListT)
Public methodIndexOf(String)
(Inherited from NamedItemListT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOnCollectionChanged Raises the [E:CollectionChanged] event.
(Inherited from NamedItemListT)
Public methodRemoveAt
(Overrides NamedItemListTRemoveAt(Int32))
Public methodSetElement
(Overrides NamedItemListTSetElement(Int32, T))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValue
(Inherited from NamedItemListT)
Top
Events
 NameDescription
Public eventCollectionChanged Occurs when the collection changes.
(Inherited from NamedItemListT)
Top
Fields
 NameDescription
Protected field_list
(Inherited from NamedItemListT)
Protected field_nameToIndex
(Inherited from NamedItemListT)
Top
See Also