C# 클래스 Mono.GetOptions.OptionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlternateForm string
LongForm string
MaxOccurs int
SecondLevelHelp bool
ShortDescription string
ShortForm char
VBCStyleBoolean bool

공개 메소드들

메소드 설명
OptionAttribute ( int maxOccurs, string shortDescription ) : System
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System
OptionAttribute ( string shortDescription ) : System
OptionAttribute ( string shortDescription, char shortForm ) : System
OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System
OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System
OptionAttribute ( string shortDescription, string longForm ) : System
OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System

비공개 메소드들

메소드 설명
SetValues ( string shortDescription, char shortForm, string longForm, string alternateForm, int maxOccurs ) : void

메소드 상세

OptionAttribute() 공개 메소드

public OptionAttribute ( int maxOccurs, string shortDescription ) : System
maxOccurs int
shortDescription string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System
maxOccurs int
shortDescription string
shortForm char
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System
maxOccurs int
shortDescription string
shortForm char
longForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System
maxOccurs int
shortDescription string
shortForm char
longForm string
alternateForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System
maxOccurs int
shortDescription string
longForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System
maxOccurs int
shortDescription string
longForm string
alternateForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string shortDescription ) : System
shortDescription string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string shortDescription, char shortForm ) : System
shortDescription string
shortForm char
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System
shortDescription string
shortForm char
longForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System
shortDescription string
shortForm char
longForm string
alternateForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string shortDescription, string longForm ) : System
shortDescription string
longForm string
리턴 System

OptionAttribute() 공개 메소드

public OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System
shortDescription string
longForm string
alternateForm string
리턴 System

프로퍼티 상세

AlternateForm 공개적으로 프로퍼티

public string AlternateForm
리턴 string

LongForm 공개적으로 프로퍼티

public string LongForm
리턴 string

MaxOccurs 공개적으로 프로퍼티

public int MaxOccurs
리턴 int

SecondLevelHelp 공개적으로 프로퍼티

public bool SecondLevelHelp
리턴 bool

ShortDescription 공개적으로 프로퍼티

public string ShortDescription
리턴 string

ShortForm 공개적으로 프로퍼티

public char ShortForm
리턴 char

VBCStyleBoolean 공개적으로 프로퍼티

public bool VBCStyleBoolean
리턴 bool