[IACInteractiveObject] (developer guide)


Classname/ID Comment
ID 87c24a97-3426-45e4-8f91-4750230b5cbe
ACIdentifier IACInteractiveObject
ACUrlComponent Database\ACProject(Variolibrary)\ACClass(IACInteractiveObject)
Is abstract
Is abstract
Namespace gip.core.datamodel.IACInteractiveObject
ACUrlComponent
Comment Interface for classes that are used for the UI-Interaction. Primarily this interface implements WPF-Controls and IACComponents. WPF-Controls are bound to values from IACObjects or IACComponents which can be accessed through the ContextACObject-Property (Is the DataContext-Property of WPF-Frameworkelements). To bind values use the VBContent-Property instead of using a WPF-Binding on a classic way. Pass a ACUrl to the VBContent-Property in XAML and the WPF-Control that implement this interface automatically finds the proper Source and Path for it by calling the IACObject.ACUrlBinding()-Method. IACInteractiveObject's can also be used for Drag-And-Drop-Actions and Context-Menu-Operations. Whenever such a relevant interaction-event occured this information is delegated from the "Source-IACInteractiveObject" to the "Receiver-IACInteractiveObject" by invoking the ACAction-Method. e.g. When a user interacts with a WPF-Control this Action is delegated to the bound IACComponent (ContextACObject-Property).

Classname/ID Comment
IACInteractiveObject Interface for classes that are used for the UI-Interaction. Primarily this interface implements WPF-Controls and IACComponents. WPF-Controls are bound to values from IACObjects or IACComponents which can be accessed through the ContextACObject-Property (Is the DataContext-Property of WPF-Frameworkelements). To bind values use the VBContent-Property instead of using a WPF-Binding on a classic way. Pass a ACUrl to the VBContent-Property in XAML and the WPF-Control that implement this interface automatically finds the proper Source and Path for it by calling the IACObject.ACUrlBinding()-Method. IACInteractiveObject's can also be used for Drag-And-Drop-Actions and Context-Menu-Operations. Whenever such a relevant interaction-event occured this information is delegated from the "Source-IACInteractiveObject" to the "Receiver-IACInteractiveObject" by invoking the ACAction-Method. e.g. When a user interacts with a WPF-Control this Action is delegated to the bound IACComponent (ContextACObject-Property).
IACObject Base interface for classes that are registered (or known) in the iPlus-Type-System. They appear in the iPlus-Development-Environment in the Variolibrary-Project or Variobatch-Project. Instances of IACObject have a unique address (ACUrl) in Application-Trees and can be accessed by ACUrlCommand. Therefore every implmentation of IACObject should implement ACUrlCommand to be accessible. IACObject's also can have Designs to be able to be presented on the GUI.
IACObjectBase This is the ultimate base interface for implementing classes in the iPlus-Framework. It's comparable to the .net-Type System.Object. This interface helps to present objects on a GUI with its description and to indentify them inside a generic list through its uniqe indentifer (ACIdentifier)
IACObject Base interface for classes that are registered (or known) in the iPlus-Type-System. They appear in the iPlus-Development-Environment in the Variolibrary-Project or Variobatch-Project. Instances of IACObject have a unique address (ACUrl) in Application-Trees and can be accessed by ACUrlCommand. Therefore every implmentation of IACObject should implement ACUrlCommand to be accessible. IACObject's also can have Designs to be able to be presented on the GUI.