company logo

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

Implementation details

  1. - internal feature (not documented)
    PropertyDefinition  :: PropertyDefinition ( odaba::PropertyDefinition &cPropertyDefinition )
    • cPropertyDefinition - Property definition

      The property definition provides meta-information about the property.

  2. to list
  3. - internal feature (not documented)
    PropertyDefinition  :: PropertyDefinition (  )
  4. to list
  5. - 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.

  6. to list