IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
DTO (data transfer object) for data output element definition. More...
Public Member Functions | |
OutputElementDefinitionDto () | |
override OutputElementDefinition | CreateObject () |
Creates and returns an object consistent with current DTO. | |
Protected Member Functions | |
override void | CopyFromPlain (InputOutputElementDefinition obj) |
Copies data from the specified object to the current DTO (data transfer object). | |
override void | CopyToPlain (ref InputOutputElementDefinition obj) |
Copies data from the current DTO to the specified object. |
DTO (data transfer object) for data output element definition.
$A Ifor Mar11;
IG::Num::OutputElementDefinitionDto::OutputElementDefinitionDto | ( | ) | [inline] |
override OutputElementDefinition IG::Num::OutputElementDefinitionDto::CreateObject | ( | ) | [inline, virtual] |
Creates and returns an object consistent with current DTO.
Reimplemented from IG::Num::InputOutputElementDefinitionDto< ElementType >.
override void IG::Num::OutputElementDefinitionDto::CopyFromPlain | ( | InputOutputElementDefinition | obj | ) | [inline, protected] |
Copies data from the specified object to the current DTO (data transfer object).
obj | Object that data is copied from. |
Reimplemented from IG::Num::InputOutputElementDefinitionDto< ElementType >.
override void IG::Num::OutputElementDefinitionDto::CopyToPlain | ( | ref InputOutputElementDefinition | obj | ) | [inline, protected] |
Copies data from the current DTO to the specified object.
obj | Object that data is copied to. |
Reimplemented from IG::Num::InputOutputElementDefinitionDto< ElementType >.