Difference between revisions of "CONTEXT"
Line 9: | Line 9: | ||
| version = 2+ | | 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. | + | A context defines the usage (use case) of data access and the scope of object types ([[MetaClasses]]) and their [[MetaProperty|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. | The contexts are related to an [[application]] via the [[SYSREL_CONTEXT]] relation. |
Revision as of 13:19, 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.