C# Class GSF.PhasorProtocols.Anonymous.ConfigurationCellCollection

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

Méthodes publiques

Méthode Description
ConfigurationCellCollection ( ) : System

Creates a new ConfigurationCellCollection.

this ( int index ) : ConfigurationCell

Gets or sets ConfigurationCell at specified index.

Méthodes protégées

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

Creates a new ConfigurationCellCollection from serialization parameters.

Method Details

ConfigurationCellCollection() public méthode

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

ConfigurationCellCollection() protected méthode

Creates a new ConfigurationCellCollection from serialization parameters.
protected ConfigurationCellCollection ( 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 ConfigurationCell at specified index.
public this ( int index ) : ConfigurationCell
index int Index of value to get or set.
Résultat ConfigurationCell