Click or drag to resize

ChannelValueCollectionBase<TDefinition, TValue> Properties

The ChannelValueCollectionBase<TDefinition, TValue> type exposes the following members.

Properties
  Name Description
Public property AllValuesAssigned Gets a boolean value indicating if all of the composite values have been assigned a value.
Public property Attributes Gets a Dictionary<TKey, TValue> of string based property names and values for this ChannelValueCollectionBase<TDefinition, TValue> object.
(Overrides ChannelCollectionBase<T>.Attributes)
Public property BinaryLength Gets the length of the ChannelCollectionBase<T>.
(Overrides ChannelCollectionBase<T>.BinaryLength)
Public property Count Gets the number of elements contained in the ICollection<T>.
(Inherited from ListCollection<T>)
Public property FixedElementSize Gets flag that indicates if collection elements have a fixed size.
(Inherited from ChannelCollectionBase<T>)
Public property Item Gets or sets the element at the specified index.
(Inherited from ListCollection<T>)
Protected property Items Gets a IList<T> wrapper around the Collection<T>.
(Inherited from ListCollection<T>)
Public property MaximumCount Gets or sets the maximum allowed number of items for this ChannelCollectionBase<T>.
(Inherited from ChannelCollectionBase<T>)
Public property State Gets or sets the parsing state for this IChannel object.
(Inherited from ChannelCollectionBase<T>)
Public property Tag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from ChannelCollectionBase<T>)
Top
See Also