Jump to: navigation, search

Changes


Object Explorer

21 bytes removed, 09:06, 24 April 2013
==Purpose==
[[File:UI_ObjectExplorer.png|thumb|200px|Object Explorer control]]
The Object Explorer is designed to display and edit all properties of a single {{UBIK}} object. Technically, it reads the entire .NET object definition of the context object using reflection, which makes it very different from all the other {{UBIK}} controls. It is useful for exploring system internals of objects, since it acts on a very deep level with hardly any business logic around it. It should not be used for modifying objects unless it is really necessary.
        [[File:UI_ObjectExplorer.png|thumb|200px|Object Explorer control]]
==Basics==