Click or drag to resize

NameCollectionT Class

Inheritance Hierarchy
SystemObject
  ExtendedNotifyPropertyChanged
    ConcurrentObservableBaseT, IListT
      ConcurrentObservableCollectionT
        ArthaChitra.Model.CommonNameCollectionT

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public class NameCollection<T> : ConcurrentObservableCollection<T>
where T : IName

Type Parameters

T

The NameCollectionT type exposes the following members.

Constructors
 NameDescription
Public methodNameCollectionT 
Top
Properties
 NameDescription
Public propertyAllowDirectBindingToView
(Inherited from ConcurrentObservableBaseT, IListT)
Public propertyCollectionView
(Inherited from ConcurrentObservableCollectionT)
Public propertyCount
(Inherited from ConcurrentObservableCollectionT)
Public propertyEditableCollectionView
(Inherited from ConcurrentObservableCollectionT)
Public propertyImmutableList
(Inherited from ConcurrentObservableCollectionT)
Public propertyIsReadOnly
(Inherited from ConcurrentObservableCollectionT)
Public propertyItem
(Inherited from ConcurrentObservableCollectionT)
Public propertyItemString 
Top
Methods
 NameDescription
Public methodAdd
(Inherited from ConcurrentObservableCollectionT)
Public methodAddRange
(Inherited from ConcurrentObservableCollectionT)
Public methodBeginEditingItem
(Inherited from ConcurrentObservableCollectionT)
Public methodClear
(Inherited from ConcurrentObservableCollectionT)
Public methodContains
(Inherited from ConcurrentObservableCollectionT)
Public methodCopyTo
(Inherited from ConcurrentObservableCollectionT)
Protected methodDoReadWriteNotify``1
(Inherited from ConcurrentObservableBaseT, IListT)
Protected methodDoTestReadWriteNotify``1(FuncBoolean, FuncUMP, FuncUMP, UTP, FuncUMP, NotifyCollectionChangedEventArgs)
(Inherited from ConcurrentObservableBaseT, IListT)
Protected methodDoTestReadWriteNotify``1(FuncBoolean, FuncUMP, FuncUMP, UTP, FuncUMP, NotifyCollectionChangedEventArgs, FuncUMP, FuncUMP, UTP, FuncUMP, NotifyCollectionChangedEventArgs)
(Inherited from ConcurrentObservableBaseT, IListT)
Protected methodDoWriteNotify
(Inherited from ConcurrentObservableBaseT, IListT)
Public methodEndedEditingItem
(Inherited from ConcurrentObservableCollectionT)
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 methodFreezeUpdates
(Inherited from ConcurrentObservableBaseT, IListT)
Public methodGetEnumerator
(Inherited from ConcurrentObservableCollectionT)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetObjectData
(Inherited from ConcurrentObservableCollectionT)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodIListAdd
(Inherited from ConcurrentObservableCollectionT)
Public methodIndexOf
(Inherited from ConcurrentObservableCollectionT)
Public methodInsert
(Inherited from ConcurrentObservableCollectionT)
Public methodInsertRange
(Inherited from ConcurrentObservableCollectionT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCollectionChanged
(Inherited from ConcurrentObservableCollectionT)
Protected methodRaisePropertyChanged
(Inherited from ExtendedNotifyPropertyChanged)
Protected methodRaisePropertyChangedWithValues
(Inherited from ExtendedNotifyPropertyChanged)
Public methodRemove
(Inherited from ConcurrentObservableCollectionT)
Public methodRemoveAt
(Inherited from ConcurrentObservableCollectionT)
Public methodRemoveLast
(Inherited from ConcurrentObservableCollectionT)
Public methodRemoveRange(IListUTP)
(Inherited from ConcurrentObservableCollectionT)
Public methodRemoveRange(Int32, Int32)
(Inherited from ConcurrentObservableCollectionT)
Public methodReset
(Inherited from ConcurrentObservableCollectionT)
Protected methodSetProperty``1(UMP, UMP, String)
(Inherited from ExtendedNotifyPropertyChanged)
Protected methodSetProperty``1(UMP, UMP, String)
(Inherited from ExtendedNotifyPropertyChanged)
Public methodToArray
(Inherited from ConcurrentObservableCollectionT)
Public methodToList
(Inherited from ConcurrentObservableCollectionT)
Public methodToString
(Inherited from ConcurrentObservableCollectionT)
Top
Events
 NameDescription
Public eventCollectionChanged
(Inherited from ConcurrentObservableBaseT, IListT)
Public eventPropertyChanged
(Inherited from ExtendedNotifyPropertyChanged)
Top
Fields
 NameDescription
Protected field_internalCollection
(Inherited from ConcurrentObservableBaseT, IListT)
Protected field_lock
(Inherited from ConcurrentObservableBaseT, IListT)
Top
See Also