C# Class Orchard.Recipes.RecipeHandlers.CommandParser.State

Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
AddArgument ( ) : void
Append ( char ch ) : void
AppendCurrent ( ) : void
MoveNext ( ) : void
State ( string commandLine ) : System

Method Details

AddArgument() public méthode

public AddArgument ( ) : void
Résultat void

Append() public méthode

public Append ( char ch ) : void
ch char
Résultat void

AppendCurrent() public méthode

public AppendCurrent ( ) : void
Résultat void

MoveNext() public méthode

public MoveNext ( ) : void
Résultat void

State() public méthode

public State ( string commandLine ) : System
commandLine string
Résultat System