C# Class Dev2.DataList.Contract.InputLanguageParser

Inheritance: LanguageParser, IDev2LanguageParser
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Parse ( string InputDefinition ) : IList

Parses the specified input definition.

ParseAndAllowBlanks ( string InputDefinition ) : IList

Parses the and allow blanks.

Private Methods

Method Description
InputLanguageParser ( ) : System.Collections.Generic

Method Details

Parse() public method

Parses the specified input definition.
public Parse ( string InputDefinition ) : IList
InputDefinition string The input definition.
return IList

ParseAndAllowBlanks() public method

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