Click or drag to resize

ConfigurationCellCollection Methods

The ConfigurationCellCollection type exposes the following members.

Methods
  Name Description
Public method Add Adds an item to the ICollection<T>.
(Inherited from ListCollection<T>)
Public method AddRange Adds the elements of the specified collection to the end of the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public method Clear Removes all items from the ICollection<T>.
(Inherited from ListCollection<T>)
Protected method ClearItems Removes all elements from the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public method Contains Determines whether the ICollection<T> contains a specific value.
(Inherited from ListCollection<T>)
Public method CopyTo Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ListCollection<T>)
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 ChannelCollectionBase<T>)
Public method GetEnumerator Returns an enumerator that iterates through the Collection<T>.
(Inherited from ListCollection<T>)
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.
(Inherited from ChannelCollectionBase<T>)
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 IList<T>.
(Inherited from ListCollection<T>)
Public method IndexOfIDCode Attempts to find the index of the IConfigurationCell with the specified ID code.
(Inherited from ConfigurationCellCollection)
Public method IndexOfIDLabel Attempts to find the index of the IConfigurationCell with the specified ID label.
(Inherited from ConfigurationCellCollection)
Public method IndexOfStationName Attempts to find the index of the IConfigurationCell with the specified station name.
(Inherited from ConfigurationCellCollection)
Public method Insert Inserts an item to the IList<T> at the specified index.
(Inherited from ListCollection<T>)
Protected method InsertItem Inserts an element into the ChannelCollectionBase<T> at the specified index.
(Inherited from ChannelCollectionBase<T>)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method OnCollectionChanged Raises the NotifyCollectionChangedEventHandler event.
(Inherited from ChannelCollectionBase<T>)
Public method RefreshBinding Manually sends a Reset to the collection changed event.
(Inherited from ChannelCollectionBase<T>)
Public method Remove Removes the first occurrence of a specific object from the ICollection<T>.
(Inherited from ListCollection<T>)
Public method RemoveAt Removes the element at the specified index of the Collection<T>.
(Inherited from ListCollection<T>)
Protected method RemoveItem Removes the element at the specified index of the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Protected method SetItem Replaces the element at the specified index.
(Inherited from ChannelCollectionBase<T>)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method TryGetByIDCode Attempts to get IConfigurationCell with the specified ID code.
(Inherited from ConfigurationCellCollection)
Public method TryGetByIDLabel Attempts to get IConfigurationCell with the specified label.
(Inherited from ConfigurationCellCollection)
Public method TryGetByStationName Attempts to get IConfigurationCell with the specified station name.
(Inherited from ConfigurationCellCollection)
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 GetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also