C# Class Novell.Directory.Ldap.Utilclass.SchemaTokenCreator

Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Свойство Type Description
NumberValue double
StringValue System.String
lastttype int

Méthodes publiques

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

Private Methods

Méthode Description
Initialise ( ) : void
read ( ) : int

Method Details

CommentCharacter() public méthode

public CommentCharacter ( int ch ) : void
ch int
Résultat void

InitTable() public méthode

public InitTable ( ) : void
Résultat void

OrdinaryCharacter() public méthode

public OrdinaryCharacter ( int ch ) : void
ch int
Résultat void

OrdinaryCharacters() public méthode

public OrdinaryCharacters ( int min, int max ) : void
min int
max int
Résultat void

QuoteCharacter() public méthode

public QuoteCharacter ( int ch ) : void
ch int
Résultat void

SchemaTokenCreator() public méthode

public SchemaTokenCreator ( System instream ) : System
instream System
Résultat System

ToStringValue() public méthode

public ToStringValue ( ) : System.String
Résultat System.String

WhitespaceCharacters() public méthode

public WhitespaceCharacters ( int min, int max ) : void
min int
max int
Résultat void

WordCharacters() public méthode

public WordCharacters ( int min, int max ) : void
min int
max int
Résultat void

nextToken() public méthode

public nextToken ( ) : int
Résultat int

parseNumbers() public méthode

public parseNumbers ( ) : void
Résultat void

pushBack() public méthode

public pushBack ( ) : void
Résultat void

Property Details

NumberValue public_oe property

public double NumberValue
Résultat double

StringValue public_oe property

public String,System StringValue
Résultat System.String

lastttype public_oe property

public int lastttype
Résultat int