Class TStructureMapGroup

Unit

Declaration

type TStructureMapGroup = class(TBackboneElement)

Description

A Map of relationships between 2 structures that can be used to transform data.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tid read Getname_Element write Setname_Element;
Public property extends : string read Getextends write Setextends;
Public property extendsElement : Tid read GetextendsElement write SetextendsElement;
Public property typeMode : string read GettypeMode write SettypeMode;
Public property typeModeElement : TStructureMapGroupTypeMode read GettypeModeElement write SettypeModeElement;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
Public property input : TStructureMapInputArray read GetinputArray;
Public property rule : TStructureMapRuleArray read GetruleArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

A unique name for the group for the convenience of human readers.

Public property name_Element : Tid read Getname_Element write Setname_Element;
 
Public property extends : string read Getextends write Setextends;

Another group that this group adds rules to.

Public property extendsElement : Tid read GetextendsElement write SetextendsElement;
 
Public property typeMode : string read GettypeMode write SettypeMode;

If this is the default rule set to apply for thie source type, or this combination of types.

Public property typeModeElement : TStructureMapGroupTypeMode read GettypeModeElement write SettypeModeElement;
 
Public property documentation : string read Getdocumentation write Setdocumentation;

Additional supporting documentation that explains the purpose of the group and the types of mappings within it.

Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
 
Public property input : TStructureMapInputArray read GetinputArray;

A name assigned to an instance of data. The instance must be provided when the mapping is invoked.

Public property rule : TStructureMapRuleArray read GetruleArray;

Transform Rule from source to target.


Generated by PasDoc 0.15.0.