IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
DTO (data transfer object) for neural data element mapping definition. More...
Public Member Functions | |
MapNeuralImputOutputElementDefinitionDto () | |
override ElementType | CreateObject () |
Creates and returns a new object of the type whose data is represented by the current DTO (Data Transfer Object). WARNING: Implement thread locking in overriding functions! | |
Public Attributes | |
int | OriginalElementIndex = -1 |
bool | OriginalElementIndexSpecified = false |
int | MappedElementIndex = -1 |
bool | MappedElementIndexSpecified = false |
string | OriginalName |
string | OriginalTitle |
string | OriginalDescription |
Protected Member Functions | |
override void | CopyFromPlain (MappingDefinitionElement obj) |
override void | CopyToPlain (ref MappingDefinitionElement obj) |
DTO (data transfer object) for neural data element mapping definition.
ElementType | Actual type of the object whose data is represented by the current DTO. |
$A Igor Jul 19; tako78 Jul 19
ElementType | : | MappingDefinitionElement |
IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::MapNeuralImputOutputElementDefinitionDto | ( | ) | [inline] |
override ElementType IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::CreateObject | ( | ) | [inline, virtual] |
Creates and returns a new object of the type whose data is represented by the current DTO (Data Transfer Object). WARNING: Implement thread locking in overriding functions!
Therad locking should be performed in overriding functions!
Implements IG::Lib::SerializationDtoBase< Type, BaseType >.
Reimplemented in IG::Neural::MapImputElementDefinitionDto, and IG::Neural::MapOutputElementDefinitionDto.
override void IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::CopyFromPlain | ( | MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented in IG::Neural::MapImputElementDefinitionDto, and IG::Neural::MapOutputElementDefinitionDto.
override void IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::CopyToPlain | ( | ref MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented in IG::Neural::MapImputElementDefinitionDto, and IG::Neural::MapOutputElementDefinitionDto.
int IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalElementIndex = -1 |
bool IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalElementIndexSpecified = false |
int IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::MappedElementIndex = -1 |
bool IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::MappedElementIndexSpecified = false |
string IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalName |
string IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalTitle |
string IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalDescription |