Class TStructureMapInput

Unit

Declaration

type TStructureMapInput = 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : Tstring read Gettype_Element write Settype_Element;
Public property mode : string read Getmode write Setmode;
Public property modeElement : TStructureMapInputMode read GetmodeElement write SetmodeElement;
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 for this instance of data.

Public property name_Element : Tid read Getname_Element write Setname_Element;
 
Public property type_ : string read Gettype_ write Settype_;

Type for this instance of data.

Public property type_Element : Tstring read Gettype_Element write Settype_Element;
 
Public property mode : string read Getmode write Setmode;

Mode for this instance of data.

Public property modeElement : TStructureMapInputMode read GetmodeElement write SetmodeElement;
 
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.