C# Class Lightstreamer.DotNet.Client.UpdateInfo

Exibir arquivo Open project: cityindex-attic/TradingApi.Client.CS Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetIndex ( int fieldPos ) : int
GetIndex ( string fieldName ) : int
UpdateInfo ( Lightstreamer.DotNet.Client.FullTableManager info, string prevState, string updEvent, bool isSnapshot ) : System

Method Details

GetItemName() public method

public GetItemName ( ) : string
return string

GetItemPos() public method

public GetItemPos ( ) : int
return int

GetNewValue() public method

public GetNewValue ( int fieldPos ) : string
fieldPos int
return string

GetNewValue() public method

public GetNewValue ( string fieldName ) : string
fieldName string
return string

GetNumFields() public method

public GetNumFields ( ) : int
return int

GetOldValue() public method

public GetOldValue ( int fieldPos ) : string
fieldPos int
return string

GetOldValue() public method

public GetOldValue ( string fieldName ) : string
fieldName string
return string

IsSnapshot() public method

public IsSnapshot ( ) : bool
return bool

IsValueChanged() public method

public IsValueChanged ( int fieldPos ) : bool
fieldPos int
return bool

IsValueChanged() public method

public IsValueChanged ( string fieldName ) : bool
fieldName string
return bool

ToString() public method

public ToString ( ) : string
return string