C# Class CommandLine.Core.SpecificationPropertyExtensions

Afficher le fichier Open project: cosmo0/commandline

Méthodes publiques

Méthode Description
GetConversionType ( this specProp ) : Type
Validate ( this specProps, IEnumerable rules ) : IEnumerable>
WithSpecification ( this specProp, Specification newSpecification ) : SpecificationProperty
WithValue ( this specProp, Maybe newValue ) : SpecificationProperty

Method Details

GetConversionType() public static méthode

public static GetConversionType ( this specProp ) : Type
specProp this
Résultat System.Type

Validate() public static méthode

public static Validate ( this specProps, IEnumerable rules ) : IEnumerable>
specProps this
rules IEnumerable
Résultat IEnumerable>

WithSpecification() public static méthode

public static WithSpecification ( this specProp, Specification newSpecification ) : SpecificationProperty
specProp this
newSpecification Specification
Résultat SpecificationProperty

WithValue() public static méthode

public static WithValue ( this specProp, Maybe newValue ) : SpecificationProperty
specProp this
newValue Maybe
Résultat SpecificationProperty