|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG::Lib::SerializationDtoTypedBase< Type, BaseType >:
Collaboration diagram for IG::Lib::SerializationDtoTypedBase< Type, BaseType >:Classes | |
| class | SerializationDtoTyped |
Public Member Functions | |
| SerializationDtoTypedBase () | |
| object | CreateObjectFromType () |
Properties | |
| string | TypeFullName [get, set] |
| Full name of the type of object whose data is contined by the current DTO. | |
| string | TypeAssemblyQualifiedName [get, set] |
| Assembly qualified name of the type of object whose data is contained by the current DTO. | |
Private Attributes | |
| string | _typeFullName |
| string | _typeAssemblyQualifiedName |
| IG::Lib::SerializationDtoTypedBase< Type, BaseType >::SerializationDtoTypedBase | ( | ) | [inline] |
| object IG::Lib::SerializationDtoTypedBase< Type, BaseType >::CreateObjectFromType | ( | ) | [inline] |
string IG::Lib::SerializationDtoTypedBase< Type, BaseType >::_typeFullName [private] |
string IG::Lib::SerializationDtoTypedBase< Type, BaseType >::_typeAssemblyQualifiedName [private] |
string IG::Lib::SerializationDtoTypedBase< Type, BaseType >::TypeFullName [get, set] |
Full name of the type of object whose data is contined by the current DTO.
string IG::Lib::SerializationDtoTypedBase< Type, BaseType >::TypeAssemblyQualifiedName [get, set] |
Assembly qualified name of the type of object whose data is contained by the current DTO.