C# Class GSF.PhasorProtocols.BPAPDCstream.DataCellCollection

Inheritance: PhasorProtocols.DataCellCollection
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
DataCellCollection ( ) : System

Creates a new DataCellCollection.

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

Gets or sets DataCell at specified index.

Méthodes protégées

Méthode Description
DataCellCollection ( SerializationInfo info, StreamingContext context ) : System

Creates a new DataCellCollection from serialization parameters.

Method Details

DataCellCollection() public méthode

Creates a new DataCellCollection.
public DataCellCollection ( ) : System
Résultat System

DataCellCollection() protected méthode

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.
Résultat System

this() public méthode

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