Click or drag to resize

ConfigurationCellCollection Class

Represents a IEC 61850-90-5 implementation of a collection of IConfigurationCell objects.
Inheritance Hierarchy
System.Object
  System.Collections.ObjectModel.Collection<IConfigurationCell>
    GSF.Collections.ListCollection<IConfigurationCell>
      GSF.PhasorProtocols.ChannelCollectionBase<IConfigurationCell>
        GSF.PhasorProtocols.ChannelCellCollectionBase<IConfigurationCell>
          GSF.PhasorProtocols.ConfigurationCellCollection
            GSF.PhasorProtocols.IEC61850_90_5.ConfigurationCellCollection

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntax
[SerializableAttribute]
public class ConfigurationCellCollection : ConfigurationCellCollection
View Source

The ConfigurationCellCollection type exposes the following members.

Constructors
 NameDescription
Public methodConfigurationCellCollection() Creates a new ConfigurationCellCollection.
Protected methodConfigurationCellCollection(SerializationInfo, StreamingContext) Creates a new ConfigurationCellCollection from serialization parameters.
Top
Properties
 NameDescription
Public propertyAttributes Gets a Dictionary<TKey, TValue> of string based property names and values for this IChannel object.
(Inherited from ChannelCollectionBase<T>)
Public propertyBinaryLength Gets the length of the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public propertyCount Gets the number of elements contained in the ICollection<T>.
(Inherited from ListCollection<T>)
Public propertyFixedElementSize Gets flag that indicates if collection elements have a fixed size.
(Inherited from ChannelCollectionBase<T>)
Public propertyItem Gets or sets ConfigurationCell at specified index.
Protected propertyItems Gets a IList<T> wrapper around the Collection<T>.
(Inherited from ListCollection<T>)
Public propertyMaximumCount Gets or sets the maximum allowed number of items for this ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public propertyState Gets or sets the parsing state for this IChannel object.
(Inherited from ChannelCollectionBase<T>)
Public propertyTag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from ChannelCollectionBase<T>)
Top
Methods
 NameDescription
Public methodAdd Adds an item to the ICollection<T>.
(Inherited from ListCollection<T>)
Public methodAddRange Adds the elements of the specified collection to the end of the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public methodClear Removes all items from the ICollection<T>.
(Inherited from ListCollection<T>)
Protected methodClearItems Removes all elements from the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public methodContains Determines whether the ICollection<T> contains a specific value.
(Inherited from ListCollection<T>)
Public methodCopyTo Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ListCollection<T>)
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 methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelCollectionBase<T>)
Public methodGetEnumerator Returns an enumerator that iterates through the Collection<T>.
(Inherited from ListCollection<T>)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ChannelCollectionBase<T>)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf Determines the index of a specific item in the IList<T>.
(Inherited from ListCollection<T>)
Public methodIndexOfIDCode Attempts to find the index of the IConfigurationCell with the specified ID code.
(Inherited from ConfigurationCellCollection)
Public methodIndexOfIDLabel Attempts to find the index of the IConfigurationCell with the specified ID label.
(Inherited from ConfigurationCellCollection)
Public methodIndexOfStationName Attempts to find the index of the IConfigurationCell with the specified station name.
(Inherited from ConfigurationCellCollection)
Public methodInsert Inserts an item to the IList<T> at the specified index.
(Inherited from ListCollection<T>)
Protected methodInsertItem Inserts an element into the ChannelCollectionBase<T> at the specified index.
(Inherited from ChannelCollectionBase<T>)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCollectionChanged Raises the NotifyCollectionChangedEventHandler event.
(Inherited from ChannelCollectionBase<T>)
Public methodRefreshBinding Manually sends a Reset to the collection changed event.
(Inherited from ChannelCollectionBase<T>)
Public methodRemove Removes the first occurrence of a specific object from the ICollection<T>.
(Inherited from ListCollection<T>)
Public methodRemoveAt Removes the element at the specified index of the Collection<T>.
(Inherited from ListCollection<T>)
Protected methodRemoveItem Removes the element at the specified index of the ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Protected methodSetItem Replaces the element at the specified index.
(Inherited from ChannelCollectionBase<T>)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetByIDCode Attempts to get IConfigurationCell with the specified ID code.
(Inherited from ConfigurationCellCollection)
Public methodTryGetByIDLabel Attempts to get IConfigurationCell with the specified label.
(Inherited from ConfigurationCellCollection)
Public methodTryGetByStationName Attempts to get IConfigurationCell with the specified station name.
(Inherited from ConfigurationCellCollection)
Top
Events
 NameDescription
Public eventCollectionChanged Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
(Inherited from ChannelCollectionBase<T>)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also