C# Class MATLABfromCSharp.LogInput

Afficher le fichier Open project: osisoft/PI-to-MATLAB-Utility Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AbsoluteTimeToString() public méthode

public AbsoluteTimeToString ( ) : string
Résultat string

LogInput() public méthode

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

LogInput() public méthode

public LogInput ( string varname, string elem, string attr, string path ) : void
varname string
elem string
attr string
path string
Résultat void

LogInput() public méthode

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
Résultat void

ToListViewItem() public méthode

Creates the ListViewItem for the ListView
public ToListViewItem ( ) : System.Windows.Forms.ListViewItem
Résultat System.Windows.Forms.ListViewItem

ToString() public méthode

Creates the string for the saving into the .txt file.
public ToString ( ) : string
Résultat string

getAbsoluteTime() public méthode

public getAbsoluteTime ( ) : string[]
Résultat string[]

getAttribute() public méthode

public getAttribute ( ) : string
Résultat string

getElement() public méthode

public getElement ( ) : string
Résultat string

getKeyVariableName() public méthode

public getKeyVariableName ( ) : string
Résultat string

getPath() public méthode

public getPath ( ) : string
Résultat string

getServerDatabase() public méthode

public getServerDatabase ( ) : string
Résultat string

getTimeRange() public méthode

public getTimeRange ( ) : AFTimeRange
Résultat AFTimeRange

setAFTimeRange() public méthode

public setAFTimeRange ( AFTimeRange aftr ) : void
aftr AFTimeRange
Résultat void

setAbsoluteTime() public méthode

public setAbsoluteTime ( string absolute ) : void
absolute string
Résultat void

setAttributeGetValueFormat() public méthode

public setAttributeGetValueFormat ( int n ) : void
n int
Résultat void

setServerDatabase() public méthode

public setServerDatabase ( string name ) : void
name string
Résultat void

setTimespaceFormat() public méthode

public setTimespaceFormat ( string format ) : void
format string
Résultat void

timeSpaceFormatString() public méthode

public timeSpaceFormatString ( ) : string
Résultat string