C# Class Lightstreamer.DotNet.Client.UpdateInfo

Afficher le fichier Open project: cityindex-attic/TradingApi.Client.CS Class Usage Examples

Méthodes publiques

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

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

public GetItemName ( ) : string
Résultat string

GetItemPos() public méthode

public GetItemPos ( ) : int
Résultat int

GetNewValue() public méthode

public GetNewValue ( int fieldPos ) : string
fieldPos int
Résultat string

GetNewValue() public méthode

public GetNewValue ( string fieldName ) : string
fieldName string
Résultat string

GetNumFields() public méthode

public GetNumFields ( ) : int
Résultat int

GetOldValue() public méthode

public GetOldValue ( int fieldPos ) : string
fieldPos int
Résultat string

GetOldValue() public méthode

public GetOldValue ( string fieldName ) : string
fieldName string
Résultat string

IsSnapshot() public méthode

public IsSnapshot ( ) : bool
Résultat bool

IsValueChanged() public méthode

public IsValueChanged ( int fieldPos ) : bool
fieldPos int
Résultat bool

IsValueChanged() public méthode

public IsValueChanged ( string fieldName ) : bool
fieldName string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string