Changes between Version 40 and Version 41 of S3/S3Model/ComponentResources
- Timestamp:
- 02/04/14 13:16:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/ComponentResources
v40 v41 2 2 [[TOC]] 3 3 4 '''Component Resources''' (more commonly referred to as simply "components") are an S3 framework concept to simplify the access to sub-entities related to a master entity.4 '''Component Resources''' (more commonly referred to as '''components''') are an S3 framework concept to simplify the access to sub-entities related to a master entity. 5 5 6 6 Typically, a master entity has a number of associated sub-entities ("have"-relationships), e.g.: … … 10 10 - groups = have => members, tasks 11 11 12 These sub-entities are called '' components'' of the master entity.12 These sub-entities are called '''components''' of the master entity. 13 13 14 14 A component relationship constitutes a join between the master entity and the sub-entity. The S3 framework provides functionality to pre-define such joins and then use them as pseudo-attributes of the master entity.