C# 클래스 KiwiDb.JsonDb.Index.IndexValue

파일 보기 프로젝트 열기: jlarsson/KiwiDB 1 사용 예제들

공개 메소드들

메소드 설명
IndexValue ( System.DateTime value ) : System
IndexValue ( bool value ) : System
IndexValue ( double value ) : System
IndexValue ( int value ) : System
IndexValue ( string value ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
IndexValue ( IndexValueType type, object value ) : System

메소드 상세

IndexValue() 공개 메소드

public IndexValue ( System.DateTime value ) : System
value System.DateTime
리턴 System

IndexValue() 공개 메소드

public IndexValue ( bool value ) : System
value bool
리턴 System

IndexValue() 공개 메소드

public IndexValue ( double value ) : System
value double
리턴 System

IndexValue() 공개 메소드

public IndexValue ( int value ) : System
value int
리턴 System

IndexValue() 공개 메소드

public IndexValue ( string value ) : System
value string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string