#include <FdoStd.h>
#include <Fdo/Schema/PropertyDefinition.h>
#include <Fdo/Schema/ObjectType.h>
#include <Fdo/Schema/DataType.h>
#include <Fdo/Schema/PropertyType.h>
#include <Fdo/Schema/PropertyValueConstraint.h>
Go to the source code of this file.
Classes | |
class | FdoDataPropertyDefinition |
The FdoDataPropertyDefinition class derives from FdoPropertyDefinition and represents simple values or collections of simple values. FdoDataPropertyDefinitions can take on any of the data types listed in the FdoDataType enumeration. More... | |
Typedefs | |
typedef FdoPtr < FdoDataPropertyDefinition > | FdoDataPropertyP |
FdoDataPropertyP is a FdoPtr on FdoDataPropertyDefinition, provided for convenience. |