C# 클래스 GSF.PhasorProtocols.BPAPDCstream.DataCellCollection

상속: PhasorProtocols.DataCellCollection
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
DataCellCollection ( ) : System

Creates a new DataCellCollection.

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

Gets or sets DataCell at specified index.

보호된 메소드들

메소드 설명
DataCellCollection ( SerializationInfo info, StreamingContext context ) : System

Creates a new DataCellCollection from serialization parameters.

메소드 상세

DataCellCollection() 공개 메소드

Creates a new DataCellCollection.
public DataCellCollection ( ) : System
리턴 System

DataCellCollection() 보호된 메소드

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.
리턴 System

this() 공개 메소드

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