Click or drag to resize

DataCellCollection Class

Represents a IEEE C37.118 implementation of a collection of IDataCell objects.
Inheritance Hierarchy

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.230-beta
Syntax
[SerializableAttribute]
public class DataCellCollection : DataCellCollection
View Source

The DataCellCollection type exposes the following members.

Constructors
 NameDescription
Public methodDataCellCollection() Creates a new DataCellCollection.
Protected methodDataCellCollection(SerializationInfo, StreamingContext) Creates a new DataCellCollection 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 DataCell 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 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)
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