IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
DTO (data transfer object) for chemical element (ChemicalElement class). More...
Public Member Functions | |
ChemicalElementDto () | |
Creates a DTO for storing state of a chemical element object. More... | |
ChemicalElementDto (ChemicalElement element) | |
Creates a DTO for storing a chemical element. More... | |
override ChemicalElement | CreateElement () |
Creates and returns a new vector cast to the interface type IVector. More... | |
![]() | |
ChemicalElementDtoBase () | |
Default constructor, sets IsNull to true. More... | |
ChemicalElementDtoBase (ChemicalElementType element) | |
Constructor, prepares the current DTO for storing a specific chemical element. More... | |
override ChemicalElementType | CreateObject () |
Creates and returns a new chemical element of the appropriate type. More... | |
Additional Inherited Members | |
![]() | |
ChemicalElements | Element |
Enum of type ChemicalElements specifying which chemical element this is. More... | |
string | Symbol |
Chemical element's symbol. More... | |
string | Name |
Long name of the chemical element. More... | |
int | AtomicNumber |
Atomic number of the chemical element. More... | |
double | AtomicWeight |
Standard atomic weight in atomic mass units. More... | |
ChemicalElementPropertiesDto | Properties |
![]() | |
override void | CopyFromPlain (ChemicalElement element) |
Copies data to the current DTO from a chemical element object. More... | |
override void | CopyToPlain (ref ChemicalElement element) |
Copies data from the current DTO to a chemical element object. More... | |
DTO (data transfer object) for chemical element (ChemicalElement class).
$A Igor Oct09;
|
inline |
Creates a DTO for storing state of a chemical element object.
|
inline |
Creates a DTO for storing a chemical element.
element | Chemical element that is used as basis for data. |
|
inlinevirtual |
Creates and returns a new vector cast to the interface type IVector.
length | Vector dimension. |
Implements IG.Physics.ChemicalElementDtoBase< ChemicalElementType >.