C# Class GSF.PhasorProtocols.BPAPDCstream.DataCellCollection

Inheritance: PhasorProtocols.DataCellCollection
Mostrar archivo Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
DataCellCollection ( ) : System

Creates a new DataCellCollection.

this ( int index ) : GSF.PhasorProtocols.BPAPDCstream.DataCell

Gets or sets DataCell at specified index.

Protected Methods

Method Description
DataCellCollection ( SerializationInfo info, StreamingContext context ) : System

Creates a new DataCellCollection from serialization parameters.

Method Details

DataCellCollection() public method

Creates a new DataCellCollection.
public DataCellCollection ( ) : System
return System

DataCellCollection() protected method

Creates a new DataCellCollection from serialization parameters.
protected DataCellCollection ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The with populated with data.
context StreamingContext The source for this deserialization.
return System

this() public method

Gets or sets DataCell at specified index.
public this ( int index ) : GSF.PhasorProtocols.BPAPDCstream.DataCell
index int Index of value to get or set.
return GSF.PhasorProtocols.BPAPDCstream.DataCell