Class TStructureMapRule

Unit

Declaration

type TStructureMapRule = 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 source : TStructureMapSourceArray read GetsourceArray;
Public property target : TStructureMapTargetArray read GettargetArray;
Public property rule : TStructureMapRuleArray read GetruleArray;
Public property dependent : TStructureMapDependentArray read GetdependentArray;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Name of the rule for internal references.

Public property name_Element : Tid read Getname_Element write Setname_Element;
 
Public property source : TStructureMapSourceArray read GetsourceArray;

Source inputs to the mapping.

Public property target : TStructureMapTargetArray read GettargetArray;

Content to create because of this mapping rule.

Public property rule : TStructureMapRuleArray read GetruleArray;

Rules contained in this rule.

Public property dependent : TStructureMapDependentArray read GetdependentArray;

Which other rules to apply in the context of this rule.

Public property documentation : string read Getdocumentation write Setdocumentation;

Documentation for this instance of data.

Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
 

Generated by PasDoc 0.15.0.