Aquarius.NET® - specifications

Management


Application
Application is a set of Workspaces and Roles. It is the basic operation environment for each Aquarius.NET application.

Workspace
Workspace is the collection of Aquarius.NET manageable objects. It may contain one or more instances of manageable classes and/or child workspaces. Workspace allows searching, inserting, deleting and editing contained objects, resolving links between objects etc.
Every object intended to be stored in Workspace ( = manageable) must be derived from Base and must contain valid Identity.

Role
Within an Aquarius.NET application, every user is authorized for a specific Role. Role links selected application Workspaces with role specific access modifiers and returns resulting user runtime workspace.


Back