![]() | InspectorUtils Methods |
The InspectorUtils type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CollectInspectorProperties |
Returns inspector data for all inspectable properties of the specified type.
|
![]() ![]() | CreateFromAttributeTableT |
Creates an object of the specified type and initializes it with
values from the passed attribute table, or default values of the
respective inspector properties, if no attribute value is present.
|
![]() ![]() | Deinit |
Deinitializes the specified object that is of the specified inspector type.
|
![]() ![]() | InitFromAttributeTable(EntityManager, Object, IAttributeTable) |
Initializes an object by getting its inspector properties via reflection and
look them up in the specified attribute table.
|
![]() ![]() | InitFromAttributeTable(EntityManager, InspectorType, Object, IAttributeTable) |
Initializes an object by getting its inspector properties from the specified inspector type
and look them up in the specified attribute table.
|