Changes between Version 40 and Version 41 of S3/S3Model/ComponentResources


Ignore:
Timestamp:
02/04/14 13:16:31 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Model/ComponentResources

    v40 v41  
    22[[TOC]]
    33
    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.
    55
    66Typically, a master entity has a number of associated sub-entities ("have"-relationships), e.g.:
     
    1010  - groups = have => members, tasks
    1111
    12 These sub-entities are called ''components'' of the master entity.
     12These sub-entities are called '''components''' of the master entity.
    1313
    1414A 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.