Difference between revisions of "CONTEXT"
Line 12: | Line 12: | ||
The contexts are related to an [[application]] via the [[SYSREL_CONTEXT]] relation. | The contexts are related to an [[application]] via the [[SYSREL_CONTEXT]] relation. | ||
+ | |||
+ | == Specific Properties == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=30% | Data type !! Comment | ||
+ | |- | ||
+ | | VIEW|| Guid || Reference to a view defining the objects' hierarchy | ||
+ | |- | ||
+ | | DATETIMEFORMAT || String || Configure a user specific date / time format to be used for visualizing date / time values on the client | ||
+ | |- | ||
+ | | METADEFINITION || XML|| Released [[MetaDefinitions]] are stored here | ||
+ | |- | ||
+ | | PERSISTENTMETADEFS || bool || Store MetaDefinitions in database | ||
+ | |} | ||
[[Category:System MetaClasses]] | [[Category:System MetaClasses]] | ||
[[Category:Application Context Management]] | [[Category:Application Context Management]] |
Revision as of 13:23, 16 December 2013
Context | |
---|---|
Name | CONTEXT |
Namespace | System.ACM Custom.ACM |
Internal Name | Context |
TypeString | {{{typestring}}} |
RuntimeType | {{{runtimetype}}} |
Purpose | Configure contexts for ACM |
Version | 2+ |
A context defines the usage (use case) of data access and the scope of object types (MetaClasses) and their properties that are available in its context. There might be different contexts scopes defined for read access and write access for the same MetaClass.
The contexts are related to an Application via the SYSREL CONTEXT relation.
Specific Properties
Name | Data type | Comment |
---|---|---|
VIEW | Guid | Reference to a view defining the objects' hierarchy |
DATETIMEFORMAT | String | Configure a user specific date / time format to be used for visualizing date / time values on the client |
METADEFINITION | XML | Released MetaDefinitions are stored here |
PERSISTENTMETADEFS | bool | Store MetaDefinitions in database |