% group # Abstract accessor attributes %>
The Direction attributes allow controlling mapping from/to a business object. The following table contains brief description of the direction attributes:
Attribute | Description |
---|---|
Output | Provided members are output parameters of the query. |
InputOutput | Provided members are input/output parameters of the query. |
Ignore | Provided members are excluded from mapping. |
ReturnValue | Provided member is mapped to return value. |