Method | Description | |
---|---|---|
GetItemName ( ) : string | ||
GetItemPos ( ) : int | ||
GetNewValue ( int fieldPos ) : string | ||
GetNewValue ( string fieldName ) : string | ||
GetNumFields ( ) : int | ||
GetOldValue ( int fieldPos ) : string | ||
GetOldValue ( string fieldName ) : string | ||
IsSnapshot ( ) : bool | ||
IsValueChanged ( int fieldPos ) : bool | ||
IsValueChanged ( string fieldName ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetIndex ( int fieldPos ) : int | ||
GetIndex ( string fieldName ) : int | ||
UpdateInfo ( Lightstreamer.DotNet.Client.FullTableManager info, string prevState, string updEvent, bool isSnapshot ) : System |
public GetNewValue ( string fieldName ) : string | ||
fieldName | string | |
return | string |
public GetOldValue ( string fieldName ) : string | ||
fieldName | string | |
return | string |
public IsValueChanged ( int fieldPos ) : bool | ||
fieldPos | int | |
return | bool |
public IsValueChanged ( string fieldName ) : bool | ||
fieldName | string | |
return | bool |