PropertyDefinition :: PropertyDefinition - Constructor
The constructor for property definitions should not be called by applications. It is, however, possible, that the copy constructor is called implicitly.
Implementation details
- 
- internal feature
PropertyDefinition  :: PropertyDefinition ( odaba::PropertyDefinition &cPropertyDefinition )
- cPropertyDefinition
 - Property definition
The property definition provides meta-information about the property.
 
to list
 - cPropertyDefinition
 - Property definition
 - to list
 - 
- internal feature
PropertyDefinition  :: PropertyDefinition ( odaba::String &sName, odaba::TypeDefinition &cTypeDefinition )
- sName - Name
 - cTypeDefinition
 - Type definition
Type definition refers to a type descriptor for a complex data type (structure), view or enumeration.
 
to list
 

