Click or drag to resize

ChannelValueCollectionBaseTDefinition, TValue Methods

The ChannelValueCollectionBaseTDefinition, TValue type exposes the following members.

Methods
  Name Description
Public method Add Adds an item to the ICollectionT.
(Inherited from ListCollectionT)
Public method AddRange Adds the elements of the specified collection to the end of the ChannelCollectionBaseT.
(Inherited from ChannelCollectionBaseT)
Public method Clear Removes all items from the ICollectionT.
(Inherited from ListCollectionT)
Protected method ClearItems Removes all elements from the ChannelValueCollectionBaseTDefinition, TValue.
(Overrides ChannelCollectionBaseTClearItems)
Public method Contains Determines whether the ICollectionT contains a specific value.
(Inherited from ListCollectionT)
Public method CopyTo Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ListCollectionT)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelCollectionBaseT)
Public method GetEnumerator Returns an enumerator that iterates through the CollectionT.
(Inherited from ListCollectionT)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ChannelCollectionBaseTGetObjectData(SerializationInfo, StreamingContext))
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method IndexOf Determines the index of a specific item in the IListT.
(Inherited from ListCollectionT)
Public method Insert Inserts an item to the IListT at the specified index.
(Inherited from ListCollectionT)
Protected method InsertItem Inserts an element into the ChannelValueCollectionBaseTDefinition, TValue at the specified index.
(Overrides ChannelCollectionBaseTInsertItem(Int32, T))
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method OnCollectionChanged Raises the NotifyCollectionChangedEventHandler event.
(Inherited from ChannelCollectionBaseT)
Public method RefreshBinding Manually sends a Reset to the collection changed event.
(Inherited from ChannelCollectionBaseT)
Public method Remove Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ListCollectionT)
Public method RemoveAt Removes the element at the specified index of the CollectionT.
(Inherited from ListCollectionT)
Protected method RemoveItem Removes the element at the specified index of the ChannelValueCollectionBaseTDefinition, TValue.
(Overrides ChannelCollectionBaseTRemoveItem(Int32))
Protected method SetItem Replaces the element at the specified index.
(Overrides ChannelCollectionBaseTSetItem(Int32, T))
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also