C# 클래스 Novell.Directory.Ldap.Utilclass.SchemaTokenCreator

파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NumberValue double
StringValue System.String
lastttype int

공개 메소드들

메소드 설명
CommentCharacter ( int ch ) : void
InitTable ( ) : void
OrdinaryCharacter ( int ch ) : void
OrdinaryCharacters ( int min, int max ) : void
QuoteCharacter ( int ch ) : void
SchemaTokenCreator ( System instream ) : System
ToStringValue ( ) : System.String
WhitespaceCharacters ( int min, int max ) : void
WordCharacters ( int min, int max ) : void
nextToken ( ) : int
parseNumbers ( ) : void
pushBack ( ) : void

비공개 메소드들

메소드 설명
Initialise ( ) : void
read ( ) : int

메소드 상세

CommentCharacter() 공개 메소드

public CommentCharacter ( int ch ) : void
ch int
리턴 void

InitTable() 공개 메소드

public InitTable ( ) : void
리턴 void

OrdinaryCharacter() 공개 메소드

public OrdinaryCharacter ( int ch ) : void
ch int
리턴 void

OrdinaryCharacters() 공개 메소드

public OrdinaryCharacters ( int min, int max ) : void
min int
max int
리턴 void

QuoteCharacter() 공개 메소드

public QuoteCharacter ( int ch ) : void
ch int
리턴 void

SchemaTokenCreator() 공개 메소드

public SchemaTokenCreator ( System instream ) : System
instream System
리턴 System

ToStringValue() 공개 메소드

public ToStringValue ( ) : System.String
리턴 System.String

WhitespaceCharacters() 공개 메소드

public WhitespaceCharacters ( int min, int max ) : void
min int
max int
리턴 void

WordCharacters() 공개 메소드

public WordCharacters ( int min, int max ) : void
min int
max int
리턴 void

nextToken() 공개 메소드

public nextToken ( ) : int
리턴 int

parseNumbers() 공개 메소드

public parseNumbers ( ) : void
리턴 void

pushBack() 공개 메소드

public pushBack ( ) : void
리턴 void

프로퍼티 상세

NumberValue 공개적으로 프로퍼티

public double NumberValue
리턴 double

StringValue 공개적으로 프로퍼티

public String,System StringValue
리턴 System.String

lastttype 공개적으로 프로퍼티

public int lastttype
리턴 int