C# 클래스 Bend.StepsStageSubset

상속: IStepsKVDB
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
FindNext ( IComparable keytest, bool equal_ok ) : RecordData>.KeyValuePair
FindPrev ( IComparable keytest, bool equal_ok ) : RecordData>.KeyValuePair
StepsStageSubset ( RecordKeyType_String subset_name, IStepsKVDB next_stage ) : System
scanBackward ( IScanner scanner ) : RecordData>>.IEnumerable
scanForward ( IScanner scanner ) : RecordData>>.IEnumerable
setValue ( RecordKey key, RecordUpdate update ) : void

메소드 상세

FindNext() 공개 메소드

public FindNext ( IComparable keytest, bool equal_ok ) : RecordData>.KeyValuePair
keytest IComparable
equal_ok bool
리턴 RecordData>.KeyValuePair

FindPrev() 공개 메소드

public FindPrev ( IComparable keytest, bool equal_ok ) : RecordData>.KeyValuePair
keytest IComparable
equal_ok bool
리턴 RecordData>.KeyValuePair

StepsStageSubset() 공개 메소드

public StepsStageSubset ( RecordKeyType_String subset_name, IStepsKVDB next_stage ) : System
subset_name RecordKeyType_String
next_stage IStepsKVDB
리턴 System

scanBackward() 공개 메소드

public scanBackward ( IScanner scanner ) : RecordData>>.IEnumerable
scanner IScanner
리턴 RecordData>>.IEnumerable

scanForward() 공개 메소드

public scanForward ( IScanner scanner ) : RecordData>>.IEnumerable
scanner IScanner
리턴 RecordData>>.IEnumerable

setValue() 공개 메소드

public setValue ( RecordKey key, RecordUpdate update ) : void
key RecordKey
update RecordUpdate
리턴 void