C# 클래스 CommandLine.Core.SpecificationPropertyExtensions

파일 보기 프로젝트 열기: cosmo0/commandline

공개 메소드들

메소드 설명
GetConversionType ( this specProp ) : Type
Validate ( this specProps, IEnumerable rules ) : IEnumerable>
WithSpecification ( this specProp, Specification newSpecification ) : SpecificationProperty
WithValue ( this specProp, Maybe newValue ) : SpecificationProperty

메소드 상세

GetConversionType() 공개 정적인 메소드

public static GetConversionType ( this specProp ) : Type
specProp this
리턴 System.Type

Validate() 공개 정적인 메소드

public static Validate ( this specProps, IEnumerable rules ) : IEnumerable>
specProps this
rules IEnumerable
리턴 IEnumerable>

WithSpecification() 공개 정적인 메소드

public static WithSpecification ( this specProp, Specification newSpecification ) : SpecificationProperty
specProp this
newSpecification Specification
리턴 SpecificationProperty

WithValue() 공개 정적인 메소드

public static WithValue ( this specProp, Maybe newValue ) : SpecificationProperty
specProp this
newValue Maybe
리턴 SpecificationProperty