![]() |
Energy Core Library
|
Object class information. More...
Classes | |
| class | Field |
| Class field information More... | |
Public Member Functions | |
| new void | Add (Information.Field field) |
| new void | Remove (Information.Field field) |
| new void | RemoveAt (int index) |
| new void | Clear () |
Static Public Member Functions | |
| static Energy.Base.Class.Information | Create (Type type) |
| Create class information from type. More... | |
| static Energy.Base.Class.Information | Create (object o) |
| Create class information from existing object. More... | |
Properties | |
| Type | Type [get, set] |
| string | Name [get, set] |
| object [] | Attributes [get, set] |
| Dictionary< string, Information.Field > | Index [get, set] |
| Index More... | |
| Information.Field | this[string field] [get] |
Object class information.
| new void Energy.Base.Class.Information.Add | ( | Information.Field | field | ) |
| new void Energy.Base.Class.Information.Clear | ( | ) |
|
static |
Create class information from type.
| type |
|
static |
Create class information from existing object.
| o |
| new void Energy.Base.Class.Information.Remove | ( | Information.Field | field | ) |
| new void Energy.Base.Class.Information.RemoveAt | ( | int | index | ) |
|
getset |
|
getset |
Index
|
getset |
|
get |
|
getset |