C# 클래스 Lightstreamer.DotNet.Client.UpdateInfo

파일 보기 프로젝트 열기: cityindex-attic/TradingApi.Client.CS 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetIndex ( int fieldPos ) : int
GetIndex ( string fieldName ) : int
UpdateInfo ( Lightstreamer.DotNet.Client.FullTableManager info, string prevState, string updEvent, bool isSnapshot ) : System

메소드 상세

GetItemName() 공개 메소드

public GetItemName ( ) : string
리턴 string

GetItemPos() 공개 메소드

public GetItemPos ( ) : int
리턴 int

GetNewValue() 공개 메소드

public GetNewValue ( int fieldPos ) : string
fieldPos int
리턴 string

GetNewValue() 공개 메소드

public GetNewValue ( string fieldName ) : string
fieldName string
리턴 string

GetNumFields() 공개 메소드

public GetNumFields ( ) : int
리턴 int

GetOldValue() 공개 메소드

public GetOldValue ( int fieldPos ) : string
fieldPos int
리턴 string

GetOldValue() 공개 메소드

public GetOldValue ( string fieldName ) : string
fieldName string
리턴 string

IsSnapshot() 공개 메소드

public IsSnapshot ( ) : bool
리턴 bool

IsValueChanged() 공개 메소드

public IsValueChanged ( int fieldPos ) : bool
fieldPos int
리턴 bool

IsValueChanged() 공개 메소드

public IsValueChanged ( string fieldName ) : bool
fieldName string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string