C# 클래스 Deveel.Configuration.OptionExtensions

파일 보기 프로젝트 열기: deveel/deveel-cli

공개 메소드들

메소드 설명
HasArgument ( this option ) : bool
HasArgumentName ( this option ) : bool
HasLongName ( this option ) : bool
HasMultipleArguments ( this option ) : bool
HasOptionalArguments ( this option ) : bool
HasValueSeparator ( this option ) : bool

비공개 메소드들

메소드 설명
Key ( this option ) : string

메소드 상세

HasArgument() 공개 정적인 메소드

public static HasArgument ( this option ) : bool
option this
리턴 bool

HasArgumentName() 공개 정적인 메소드

public static HasArgumentName ( this option ) : bool
option this
리턴 bool

HasLongName() 공개 정적인 메소드

public static HasLongName ( this option ) : bool
option this
리턴 bool

HasMultipleArguments() 공개 정적인 메소드

public static HasMultipleArguments ( this option ) : bool
option this
리턴 bool

HasOptionalArguments() 공개 정적인 메소드

public static HasOptionalArguments ( this option ) : bool
option this
리턴 bool

HasValueSeparator() 공개 정적인 메소드

public static HasValueSeparator ( this option ) : bool
option this
리턴 bool