C# Class Dev2.DataList.Contract.InputLanguageParser

Inheritance: LanguageParser, IDev2LanguageParser
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Parse ( string InputDefinition ) : IList

Parses the specified input definition.

ParseAndAllowBlanks ( string InputDefinition ) : IList

Parses the and allow blanks.

Private Methods

Méthode Description
InputLanguageParser ( ) : System.Collections.Generic

Method Details

Parse() public méthode

Parses the specified input definition.
public Parse ( string InputDefinition ) : IList
InputDefinition string The input definition.
Résultat IList

ParseAndAllowBlanks() public méthode

Parses the and allow blanks.
public ParseAndAllowBlanks ( string InputDefinition ) : IList
InputDefinition string The input definition.
Résultat IList