C# Class ProjectSerializer, WordBuilder

Afficher le fichier Open project: alfar/WordBuilder Class Usage Examples

Private Properties

Свойство Type Description
ParseProject bool
ProjectSerializer System
ReadProject void
WriteProject void

Méthodes publiques

Méthode Description
ExpandToken ( string input, int origin, int &start, List &expandedToken, bool &didExpand, bool &@remove ) : string
LoadProject ( string path ) : Project,
LoadProjectString ( string code ) : Project,
ParseCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool
ParseWeightedCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool
ReadLines ( object context, TextReader reader, LineParserDelegate parser, [ lineNumber ) : bool
ReadToken ( string input, int &start ) : string
ReadToken ( string input, int &start, List &expandedToken, bool &didExpand, bool &@remove ) : string
ReadTokens ( string input ) : List
SaveProject ( Project, project, string path ) : void
SecureList ( IEnumerable list ) : string
SecureString ( string input ) : string

Private Methods

Méthode Description
ParseProject ( object context, TextReader reader, string line, int &lineNumber ) : bool
ProjectSerializer ( ) : System
ReadProject ( Project, project, TextReader reader ) : void
WriteProject ( Project, project, TextWriter writer ) : void

Method Details

ExpandToken() public static méthode

public static ExpandToken ( string input, int origin, int &start, List &expandedToken, bool &didExpand, bool &@remove ) : string
input string
origin int
start int
expandedToken List
didExpand bool
@remove bool
Résultat string

LoadProject() public static méthode

public static LoadProject ( string path ) : Project,
path string
Résultat Project,

LoadProjectString() public static méthode

public static LoadProjectString ( string code ) : Project,
code string
Résultat Project,

ParseCommands() public static méthode

public static ParseCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool
context object
reader TextReader
line string
lineNumber int
Résultat bool

ParseWeightedCommands() public static méthode

public static ParseWeightedCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool
context object
reader TextReader
line string
lineNumber int
Résultat bool

ReadLines() public static méthode

public static ReadLines ( object context, TextReader reader, LineParserDelegate parser, [ lineNumber ) : bool
context object
reader TextReader
parser LineParserDelegate
lineNumber [
Résultat bool

ReadToken() public static méthode

public static ReadToken ( string input, int &start ) : string
input string
start int
Résultat string

ReadToken() public static méthode

public static ReadToken ( string input, int &start, List &expandedToken, bool &didExpand, bool &@remove ) : string
input string
start int
expandedToken List
didExpand bool
@remove bool
Résultat string

ReadTokens() public static méthode

public static ReadTokens ( string input ) : List
input string
Résultat List

SaveProject() public static méthode

public static SaveProject ( Project, project, string path ) : void
project Project,
path string
Résultat void

SecureList() public static méthode

public static SecureList ( IEnumerable list ) : string
list IEnumerable
Résultat string

SecureString() public static méthode

public static SecureString ( string input ) : string
input string
Résultat string