C# Class FubuCore.CommandLine.InputParser

Mostra file Open project: nhsevidence/fubumvc Class Usage Examples

Public Properties

Property Type Description
FLAG_PREFIX string
FLAG_SUFFIX string

Public Methods

Method Description
BuildHandler ( PropertyInfo property ) : ITokenHandler
BuildInput ( Type inputType, Queue tokens ) : object
ToFlagName ( PropertyInfo property ) : string

Method Details

BuildHandler() public method

public BuildHandler ( PropertyInfo property ) : ITokenHandler
property System.Reflection.PropertyInfo
return ITokenHandler

BuildInput() public method

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

ToFlagName() public static method

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

Property Details

FLAG_PREFIX public_oe static_oe property

public static string FLAG_PREFIX
return string

FLAG_SUFFIX public_oe static_oe property

public static string FLAG_SUFFIX
return string