Click or drag to resize
InspectorUtils Methods

The InspectorUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCollectInspectorProperties
Returns inspector data for all inspectable properties of the specified type.
Public methodStatic memberCreateFromAttributeTableT
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.
Public methodStatic memberDeinit
Deinitializes the specified object that is of the specified inspector type.
Public methodStatic memberInitFromAttributeTable(EntityManager, Object, IAttributeTable)
Initializes an object by getting its inspector properties via reflection and look them up in the specified attribute table.
Public methodStatic memberInitFromAttributeTable(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.
Top
See Also