NETColumn CLASS

CreateTimer (TimerCallback callback, object state, long dueTime, long period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,long dueTime,long period) ...
Tue, Apr 24, 2018 at 6:29 AM
CreateTimer (TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,TimeSpan dueTime,TimeSpan peri...
Tue, Apr 24, 2018 at 6:33 AM
CreateTimer (TimerCallback callback, object state, uint dueTime, uint period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,uint dueTime,uint period) ...
Tue, Apr 24, 2018 at 6:39 AM
Dispose () METHOD (Return: void)
Cleaning any resources being used. SYNTAX public override void Dispose () RETURN void
Tue, Apr 24, 2018 at 6:42 AM
FormatValue (object value, Row row) METHOD (Return: string)
Returns specified value of row with custom format. SYNTAX public string FormatValue (object value,Row row) PARAMETERS value — objectValue to change...
Tue, Apr 24, 2018 at 9:19 AM
GetHistoricalData (HistoricalDataRequest request) METHOD (Return: HistoricalData)
Represent access to created historical data request. SYNTAX public HistoricalData GetHistoricalData (HistoricalDataRequest request) PARAMETERS requ...
Tue, Apr 24, 2018 at 9:21 AM
GetLastError () METHOD (Return: int)
Returns the last error code; then this value will be zeroized; SYNTAX public int GetLastError () RETURN int
Tue, Apr 24, 2018 at 9:23 AM
GetLastErrorDescription () METHOD (Return: string)
Returns the last error code; then this value will be zeroized; SYNTAX public string GetLastErrorDescription () RETURN string
Tue, Apr 24, 2018 at 9:26 AM
GetValue (Row row) METHOD (Return: object)
Gets value from the specified column. SYNTAX public object GetValue (Row row) PARAMETERS row — RowDefines index of the required column. RETURN o...
Tue, Apr 24, 2018 at 9:28 AM
Init () METHOD (Return: void)
Constructor. This method will be called before the column will be ran SYNTAX public void Init () RETURN void
Tue, Apr 24, 2018 at 9:31 AM