C# 클래스 openXDA.SqlClr.XDAFunctions

파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

공개 메소드들

메소드 설명
GetEventData_FillRow ( object source, SqlInt32 &seriesID, SqlString &characteristic, System.DateTime &time, SqlDouble &value ) : void
GetFaultData_FillRow ( object source, SqlString &algorithm, System.DateTime &time, SqlDouble &value ) : void

비공개 메소드들

메소드 설명
GetCharacteristic ( int index ) : string
GetEventData ( SqlInt32 eventID ) : IEnumerable
GetFaultData ( SqlInt32 eventID ) : IEnumerable
Inflate ( byte data ) : byte[]
ReadFrom ( byte data, bool freq = false ) : IEnumerable
ToSqlDouble ( double num ) : SqlDouble

메소드 상세

GetEventData_FillRow() 공개 정적인 메소드

public static GetEventData_FillRow ( object source, SqlInt32 &seriesID, SqlString &characteristic, System.DateTime &time, SqlDouble &value ) : void
source object
seriesID System.Data.SqlTypes.SqlInt32
characteristic System.Data.SqlTypes.SqlString
time System.DateTime
value System.Data.SqlTypes.SqlDouble
리턴 void

GetFaultData_FillRow() 공개 정적인 메소드

public static GetFaultData_FillRow ( object source, SqlString &algorithm, System.DateTime &time, SqlDouble &value ) : void
source object
algorithm System.Data.SqlTypes.SqlString
time System.DateTime
value System.Data.SqlTypes.SqlDouble
리턴 void