C# 클래스 FubuCore.CommandLine.InputParser

파일 보기 프로젝트 열기: nhsevidence/fubumvc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FLAG_PREFIX string
FLAG_SUFFIX string

공개 메소드들

메소드 설명
BuildHandler ( PropertyInfo property ) : ITokenHandler
BuildInput ( Type inputType, Queue tokens ) : object
ToFlagName ( PropertyInfo property ) : string

메소드 상세

BuildHandler() 공개 메소드

public BuildHandler ( PropertyInfo property ) : ITokenHandler
property System.Reflection.PropertyInfo
리턴 ITokenHandler

BuildInput() 공개 메소드

public BuildInput ( Type inputType, Queue tokens ) : object
inputType System.Type
tokens Queue
리턴 object

ToFlagName() 공개 정적인 메소드

public static ToFlagName ( PropertyInfo property ) : string
property System.Reflection.PropertyInfo
리턴 string

프로퍼티 상세

FLAG_PREFIX 공개적으로 정적으로 프로퍼티

public static string FLAG_PREFIX
리턴 string

FLAG_SUFFIX 공개적으로 정적으로 프로퍼티

public static string FLAG_SUFFIX
리턴 string