Classes
Class | Description | |
---|---|---|
![]() | ActionGroup |
Define a priority/relevance and optional named group for an action. The priority/relevance influence the position of the action in menus.
|
![]() | ActionHandle |
A handle to an action - a unique and serializable way to identify actions.
|
![]() | ActionLocation |
Define the location of an action in menus. Actions can be grouped by type (add,edit,delete,other) and in primary and secondary.
|
![]() | ActionVisualizedData |
Describe how an action should appear visually (label, icon).
|
![]() | AttachingPoint |
Expose ElementTokens for common C1 Console perspectives and folders
|
![]() | BrowserViewSettings |
Describes a browser view - URL and if tooling should be active.
|
![]() | Element |
Define a tree element to be displayed in the C1 Console tree structure
|
![]() | ElementAction |
Define an action you can attach to an Element.
|
![]() | ElementDragAndDropInfo |
Details describing how this element may be dragged or accept dragged elements
|
![]() | ElementHandle |
An "identity token" which identifies a specific element from a specific provider.
|
![]() | ElementProviderContext |
Context assigned to element providers when they are constructed. Contains a helper method for constructing a provider specific ElementHandle and the configuation based name of the provider.
|
![]() | ElementVisualizedData |
Describe an elements visual appearance
|
![]() | SearchToken |
Class that describe a element provider search. Sub class this for more specific fields. As a minimum a Keyword is present.
|
![]() | UrlToEntityTokenFacade |
Associates C1 console tree elements with a url to be used for public consumption or showing in the C1 console browser.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IServiceUrlToEntityTokenMapper |
Allows Data Scope Services to Add or Clean their parameters to or from the URL and update a entity token with their associate properties
|
![]() | IUrlToEntityTokenMapper |
Allows associating C1 console tree elements with a url for public consumption (TryGetURL) and for the C1 console browser (TryGetBrowserViewSettings)
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ActionCheckedStatus |
Actions may have a checkbox associated with them, indicating it they are turned on or not or uncheckable.
|
![]() | ActionGroupPriority |
The priority/relevance of an action group. Use 'PrimaryHigh' if actions in this group are the most relevant actions available. Otherwise use another value to move actions down in menus.
|
![]() | ActionType |
Enumeration of different types of actions. If in doupt use 'Other'.
|
![]() | ElementActionActivePosition |
Where an action should be shown visually. One or more may be selected.
|