C# 클래스 DSShared.Old2.StrProperty

상속: IComparable
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HelpText string
Index object[]
Nested StrProperty
Property System.Reflection.PropertyInfo
name object

공개 메소드들

메소드 설명
CompareTo ( object other ) : int
StrProperty ( object name, PropertyInfo property, StrProperty nested ) : System
StrProperty ( object name, PropertyInfo property, StrProperty nested, bool selectable ) : System
StrProperty ( object name, System property ) : System
StrProperty ( object name, System property, bool selectable ) : System
StrProperty ( object name, System property, string helpText ) : System
StrProperty ( object name, object index, PropertyInfo property, StrProperty nested ) : System
StrProperty ( object name, object index, PropertyInfo property, StrProperty nested, bool selectable ) : System
StrProperty ( object name, object index, PropertyInfo property, StrProperty nested, string helpText ) : System
StrProperty ( object name, object index, PropertyInfo property, StrProperty nested, string helpText, bool selectable ) : System
StrProperty ( object name, object index, System property ) : System
StrProperty ( object name, object index, System property, bool selectable ) : System
ToggleSelected ( bool isSelected, object selObj ) : void
Value ( object o ) : string
Value ( object o, bool cursor ) : string

비공개 메소드들

메소드 설명
timerTick ( object sender, EventArgs e ) : void

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object other ) : int
other object
리턴 int

StrProperty() 공개 메소드

public StrProperty ( object name, PropertyInfo property, StrProperty nested ) : System
name object
property System.Reflection.PropertyInfo
nested StrProperty
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, PropertyInfo property, StrProperty nested, bool selectable ) : System
name object
property System.Reflection.PropertyInfo
nested StrProperty
selectable bool
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, System property ) : System
name object
property System
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, System property, bool selectable ) : System
name object
property System
selectable bool
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, System property, string helpText ) : System
name object
property System
helpText string
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, object index, PropertyInfo property, StrProperty nested ) : System
name object
index object
property System.Reflection.PropertyInfo
nested StrProperty
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, object index, PropertyInfo property, StrProperty nested, bool selectable ) : System
name object
index object
property System.Reflection.PropertyInfo
nested StrProperty
selectable bool
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, object index, PropertyInfo property, StrProperty nested, string helpText ) : System
name object
index object
property System.Reflection.PropertyInfo
nested StrProperty
helpText string
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, object index, PropertyInfo property, StrProperty nested, string helpText, bool selectable ) : System
name object
index object
property System.Reflection.PropertyInfo
nested StrProperty
helpText string
selectable bool
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, object index, System property ) : System
name object
index object
property System
리턴 System

StrProperty() 공개 메소드

public StrProperty ( object name, object index, System property, bool selectable ) : System
name object
index object
property System
selectable bool
리턴 System

ToggleSelected() 공개 메소드

public ToggleSelected ( bool isSelected, object selObj ) : void
isSelected bool
selObj object
리턴 void

Value() 공개 메소드

public Value ( object o ) : string
o object
리턴 string

Value() 공개 메소드

public Value ( object o, bool cursor ) : string
o object
cursor bool
리턴 string

프로퍼티 상세

HelpText 공개적으로 프로퍼티

public string HelpText
리턴 string

Index 공개적으로 프로퍼티

public object[] Index
리턴 object[]

Nested 공개적으로 프로퍼티

public StrProperty,DSShared.Old2 Nested
리턴 StrProperty

Property 공개적으로 프로퍼티

public PropertyInfo,System.Reflection Property
리턴 System.Reflection.PropertyInfo

name 공개적으로 프로퍼티

public object name
리턴 object