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 overview
-  - internal feature (not documented)
 PropertyDefinition :: PropertyDefinition ( cPropertyDefinition )
-  - internal feature (not documented)
 PropertyDefinition :: PropertyDefinition (  )
-  - internal feature (not documented)
 PropertyDefinition :: PropertyDefinition ( sName, cTypeDefinition )
Implementation details
- 
- internal feature (not documented)
 PropertyDefinition  :: PropertyDefinition ( odaba::PropertyDefinition &cPropertyDefinition )
 - cPropertyDefinition
 - Property definition
The property definition provides meta-information about the property. 
 to list
- cPropertyDefinition
 - Property definition
- 
- internal feature (not documented)
 PropertyDefinition  :: PropertyDefinition (  )
 to list
- 
- internal feature (not documented)
 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

