C# 클래스 Dev2.DataList.Contract.InputLanguageParser

상속: LanguageParser, IDev2LanguageParser
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Parse ( string InputDefinition ) : IList

Parses the specified input definition.

ParseAndAllowBlanks ( string InputDefinition ) : IList

Parses the and allow blanks.

비공개 메소드들

메소드 설명
InputLanguageParser ( ) : System.Collections.Generic

메소드 상세

Parse() 공개 메소드

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

ParseAndAllowBlanks() 공개 메소드

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