Basic Training¶
The Application Query¶
An Application Query (AQ) is a statement to a VNiX Application. It contains 3 elements in the following format joined together in one syntax:
- /application or just / to talk to the system instead of an application.
- /entity or just / to specify no entity of the application.
- =expression or leave blank to specify the main option of the application.
Examples¶
Some basic application query examples:
AQ | Description |
---|---|
/Cloud/Demo/ | /Cloud is the application and /Demo is the entity. The / is equivelant to /index. |
/Cloud/Demo/help | Same as /Cloud/Demo/ except /help is the Help Page. |