Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
BaseFieldList< R, K >.ReflectedData Class Reference

Public Member Functions

 ReflectedData (System.Type type, bool ignoreUIControl)
 

Public Attributes

List< UI_ControlcontrolAttributes = new List<UI_Control>()
 
List< FieldInfo > controls = new List<FieldInfo>()
 
List< K > fieldAttributes = new List<K>()
 
List< MemberInfo > fields = new List<MemberInfo>()
 

Constructor & Destructor Documentation

BaseFieldList< R, K >.ReflectedData.ReflectedData ( System.Type  type,
bool  ignoreUIControl 
)
inline

Member Data Documentation

List<UI_Control> BaseFieldList< R, K >.ReflectedData.controlAttributes = new List<UI_Control>()
List<FieldInfo> BaseFieldList< R, K >.ReflectedData.controls = new List<FieldInfo>()
List<K> BaseFieldList< R, K >.ReflectedData.fieldAttributes = new List<K>()
List<MemberInfo> BaseFieldList< R, K >.ReflectedData.fields = new List<MemberInfo>()

The documentation for this class was generated from the following file: