C# 클래스 Deveel.Configuration.ReflectedOptions

파일 보기 프로젝트 열기: deveel/deveel-cli 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromObject ( object obj ) : Options
CreateFromType ( Type type ) : Options
SetToObject ( Options options, ICommandLine cmdLine, object obj ) : void

비공개 메소드들

메소드 설명
CreateOptionFromMember ( MemberInfo member, OptionGroup>.IDictionary groups ) : Option
FilterMember ( MemberInfo member, object criteria ) : bool
SetOptionsToMember ( MemberInfo member, Options options, ICommandLine cmdLine ) : void

메소드 상세

CreateFromObject() 공개 정적인 메소드

public static CreateFromObject ( object obj ) : Options
obj object
리턴 Options

CreateFromType() 공개 정적인 메소드

public static CreateFromType ( Type type ) : Options
type System.Type
리턴 Options

SetToObject() 공개 정적인 메소드

public static SetToObject ( Options options, ICommandLine cmdLine, object obj ) : void
options Options
cmdLine ICommandLine
obj object
리턴 void