C# Class FubuCore.CommandLine.InputParser

Afficher le fichier Open project: nhsevidence/fubumvc Class Usage Examples

Méthodes publiques

Свойство Type Description
FLAG_PREFIX string
FLAG_SUFFIX string

Méthodes publiques

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

Method Details

BuildHandler() public méthode

public BuildHandler ( PropertyInfo property ) : ITokenHandler
property System.Reflection.PropertyInfo
Résultat ITokenHandler

BuildInput() public méthode

public BuildInput ( Type inputType, Queue tokens ) : object
inputType System.Type
tokens Queue
Résultat object

ToFlagName() public static méthode

public static ToFlagName ( PropertyInfo property ) : string
property System.Reflection.PropertyInfo
Résultat string

Property Details

FLAG_PREFIX public_oe static_oe property

public static string FLAG_PREFIX
Résultat string

FLAG_SUFFIX public_oe static_oe property

public static string FLAG_SUFFIX
Résultat string