ArchestrA.Client.ViewApp Namespace
Classes
Class | Description | |
---|---|---|
ContentInfo | This structure will hold the content info for ShowContent. | |
ManipulationTouchArgs | This contains the detail information of a manipulation touch event. | |
PropertyOverride | This structure will hold the property name, value and is constant for property override. | |
Result | This structure will hold the result of an operation. | |
TouchArgs | This contains the detail information of a touch event. | |
TouchResult | The touch process result. | |
TouchSupport | A class encapsulating the touch registration functionality. | |
TouchUtil | A class encapsulating the helper method to get the gesture metadata. | |
ViewApplication | The ViewApp SDK is the core SDK Class. It lets you access AVEVA OMI ViewApp features, such as displaying content and activating slide-in panes. |
Interfaces
Interface | Description | |
---|---|---|
IHostNativeControls | This interface to be optionally implemented by apps if they host native windows controls and those controls are not wrapped using the WPF WindowsFormsHost to integrate with WPF control. ViewApp framework uses this interface to detect whether an app has any native controls. This is used to enable certain functionalities such as showing natural navigation buttons on top of the native controls. | |
IInitialRuntimeProperties | The properties for display control can be set before shown | |
ISupportTouch | The interface to support the touch related events. |
Enumerations
Enumeration | Description | |
---|---|---|
GestureDirection | Represents the main gesture directions. | |
InteractionMode | Defines the Touch Interaction mode. | |
SearchScope | Enum for Search scope. | |
SlideInPanePosition | Different types of the pane's Slide-In position | |
TouchType | This enumeration contains all touch event types. |
See Also