C# Class DSShared.Old.StrProperty

Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
HelpText string
Index object[]
Nested StrProperty
Property System.Reflection.PropertyInfo
name object

Public Methods

Method Description
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

Private Methods

Method Description
timerTick ( object sender, EventArgs e ) : void

Method Details

StrProperty() public method

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

StrProperty() public method

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

StrProperty() public method

public StrProperty ( object name, System property ) : System
name object
property System
return System

StrProperty() public method

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

StrProperty() public method

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

StrProperty() public method

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

StrProperty() public method

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
return System

StrProperty() public method

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
return System

StrProperty() public method

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
return System

StrProperty() public method

public StrProperty ( object name, object index, System property ) : System
name object
index object
property System
return System

StrProperty() public method

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

ToggleSelected() public method

public ToggleSelected ( bool isSelected, object selObj ) : void
isSelected bool
selObj object
return void

Value() public method

public Value ( object o ) : string
o object
return string

Property Details

HelpText public property

public string HelpText
return string

Index public property

public object[] Index
return object[]

Nested public property

public StrProperty,DSShared.Old Nested
return StrProperty

Property public property

public PropertyInfo,System.Reflection Property
return System.Reflection.PropertyInfo

name public property

public object name
return object