C# Class DSShared.Old2.StrProperty

Inheritance: IComparable
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
HelpText string
Index object[]
Nested StrProperty
Property System.Reflection.PropertyInfo
name object

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
timerTick ( object sender, EventArgs e ) : void

Method Details

CompareTo() public méthode

public CompareTo ( object other ) : int
other object
Résultat int

StrProperty() public méthode

public StrProperty ( object name, PropertyInfo property, StrProperty nested ) : System
name object
property System.Reflection.PropertyInfo
nested StrProperty
Résultat System

StrProperty() public méthode

public StrProperty ( object name, PropertyInfo property, StrProperty nested, bool selectable ) : System
name object
property System.Reflection.PropertyInfo
nested StrProperty
selectable bool
Résultat System

StrProperty() public méthode

public StrProperty ( object name, System property ) : System
name object
property System
Résultat System

StrProperty() public méthode

public StrProperty ( object name, System property, bool selectable ) : System
name object
property System
selectable bool
Résultat System

StrProperty() public méthode

public StrProperty ( object name, System property, string helpText ) : System
name object
property System
helpText string
Résultat System

StrProperty() public méthode

public StrProperty ( object name, object index, PropertyInfo property, StrProperty nested ) : System
name object
index object
property System.Reflection.PropertyInfo
nested StrProperty
Résultat System

StrProperty() public méthode

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
Résultat System

StrProperty() public méthode

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
Résultat System

StrProperty() public méthode

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
Résultat System

StrProperty() public méthode

public StrProperty ( object name, object index, System property ) : System
name object
index object
property System
Résultat System

StrProperty() public méthode

public StrProperty ( object name, object index, System property, bool selectable ) : System
name object
index object
property System
selectable bool
Résultat System

ToggleSelected() public méthode

public ToggleSelected ( bool isSelected, object selObj ) : void
isSelected bool
selObj object
Résultat void

Value() public méthode

public Value ( object o ) : string
o object
Résultat string

Value() public méthode

public Value ( object o, bool cursor ) : string
o object
cursor bool
Résultat string

Property Details

HelpText public_oe property

public string HelpText
Résultat string

Index public_oe property

public object[] Index
Résultat object[]

Nested public_oe property

public StrProperty,DSShared.Old2 Nested
Résultat StrProperty

Property public_oe property

public PropertyInfo,System.Reflection Property
Résultat System.Reflection.PropertyInfo

name public_oe property

public object name
Résultat object