C# 클래스 MATLABfromCSharp.LogInput

파일 보기 프로젝트 열기: osisoft/PI-to-MATLAB-Utility 1 사용 예제들

공개 메소드들

메소드 설명
AbsoluteTimeToString ( ) : string
LogInput ( string key, string element, string attribute, string path, AFTimeRange timeRange ) : System

Constructor of a Log Input

LogInput ( string varname, string elem, string attr, string path ) : void
LogInput ( string varname, string elem, string attr, string path, System.TimeSpan time ) : void
ToListViewItem ( ) : System.Windows.Forms.ListViewItem

Creates the ListViewItem for the ListView

ToString ( ) : string

Creates the string for the saving into the .txt file.

getAbsoluteTime ( ) : string[]
getAttribute ( ) : string
getElement ( ) : string
getKeyVariableName ( ) : string
getPath ( ) : string
getServerDatabase ( ) : string
getTimeRange ( ) : AFTimeRange
setAFTimeRange ( AFTimeRange aftr ) : void
setAbsoluteTime ( string absolute ) : void
setAttributeGetValueFormat ( int n ) : void
setServerDatabase ( string name ) : void
setTimespaceFormat ( string format ) : void
timeSpaceFormatString ( ) : string

메소드 상세

AbsoluteTimeToString() 공개 메소드

public AbsoluteTimeToString ( ) : string
리턴 string

LogInput() 공개 메소드

Constructor of a Log Input
public LogInput ( string key, string element, string attribute, string path, AFTimeRange timeRange ) : System
key string unique variable name
element string element name
attribute string attribute name
path string element path
timeRange AFTimeRange AFTimeRange
리턴 System

LogInput() 공개 메소드

public LogInput ( string varname, string elem, string attr, string path ) : void
varname string
elem string
attr string
path string
리턴 void

LogInput() 공개 메소드

public LogInput ( string varname, string elem, string attr, string path, System.TimeSpan time ) : void
varname string
elem string
attr string
path string
time System.TimeSpan
리턴 void

ToListViewItem() 공개 메소드

Creates the ListViewItem for the ListView
public ToListViewItem ( ) : System.Windows.Forms.ListViewItem
리턴 System.Windows.Forms.ListViewItem

ToString() 공개 메소드

Creates the string for the saving into the .txt file.
public ToString ( ) : string
리턴 string

getAbsoluteTime() 공개 메소드

public getAbsoluteTime ( ) : string[]
리턴 string[]

getAttribute() 공개 메소드

public getAttribute ( ) : string
리턴 string

getElement() 공개 메소드

public getElement ( ) : string
리턴 string

getKeyVariableName() 공개 메소드

public getKeyVariableName ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getServerDatabase() 공개 메소드

public getServerDatabase ( ) : string
리턴 string

getTimeRange() 공개 메소드

public getTimeRange ( ) : AFTimeRange
리턴 AFTimeRange

setAFTimeRange() 공개 메소드

public setAFTimeRange ( AFTimeRange aftr ) : void
aftr AFTimeRange
리턴 void

setAbsoluteTime() 공개 메소드

public setAbsoluteTime ( string absolute ) : void
absolute string
리턴 void

setAttributeGetValueFormat() 공개 메소드

public setAttributeGetValueFormat ( int n ) : void
n int
리턴 void

setServerDatabase() 공개 메소드

public setServerDatabase ( string name ) : void
name string
리턴 void

setTimespaceFormat() 공개 메소드

public setTimespaceFormat ( string format ) : void
format string
리턴 void

timeSpaceFormatString() 공개 메소드

public timeSpaceFormatString ( ) : string
리턴 string