C# Class BcsResolver.File.BcsDefinitionFileReader

Inheritance: IDisposable
Afficher le fichier Open project: sybila/BCSParser

Méthodes publiques

Méthode Description
Dispose ( ) : void
ReadFile ( string filename ) : BcsDefinitionFile

Private Methods

Méthode Description
AssignCommonRecordProperties ( string name, string value, BcsFileRecord record ) : bool
AssignEntityProperties ( BcsFileRecord record, string name, string value ) : bool
AssignRuleProperties ( BcsFileRecord record, string name, string value ) : bool
Clear ( ) : void
IsAtEntityStart ( ) : bool
IsAtRuleStart ( ) : bool
NextLine ( ) : void
ReadArtifact ( ) : void
ReadRecord ( ) : void
ReadRecordProperties ( BcsFileRecord record, Func propertyProcessingFunc ) : void
SkipEmptyLines ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReadFile() public méthode

public ReadFile ( string filename ) : BcsDefinitionFile
filename string
Résultat BcsDefinitionFile