IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Physics.ChemicalElementDto Class Reference

DTO (data transfer object) for chemical element (ChemicalElement class). More...

+ Inheritance diagram for IG.Physics.ChemicalElementDto:
+ Collaboration diagram for IG.Physics.ChemicalElementDto:

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...
 
- Public Member Functions inherited from IG.Physics.ChemicalElementDtoBase< ChemicalElementType >
 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

- Public Attributes inherited from IG.Physics.ChemicalElementDtoBase< ChemicalElementType >
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
 
- Protected Member Functions inherited from IG.Physics.ChemicalElementDtoBase< ChemicalElementType >
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...
 

Detailed Description

DTO (data transfer object) for chemical element (ChemicalElement class).

$A Igor Oct09;

Constructor & Destructor Documentation

IG.Physics.ChemicalElementDto.ChemicalElementDto ( )
inline

Creates a DTO for storing state of a chemical element object.

IG.Physics.ChemicalElementDto.ChemicalElementDto ( ChemicalElement  element)
inline

Creates a DTO for storing a chemical element.

Parameters
elementChemical element that is used as basis for data.

Member Function Documentation

override ChemicalElement IG.Physics.ChemicalElementDto.CreateElement ( )
inlinevirtual

Creates and returns a new vector cast to the interface type IVector.

Parameters
lengthVector dimension.

Implements IG.Physics.ChemicalElementDtoBase< ChemicalElementType >.


The documentation for this class was generated from the following file: