#include <FdoStd.h>
#include <Fdo/Schema/PropertyDefinition.h>
#include <Fdo/Schema/DeleteRule.h>
#include <Fdo/Schema/ClassDefinition.h>
#include <Fdo/Schema/PropertyType.h>
#include <Fdo/Schema/DataPropertyDefinitionCollection.h>
Go to the source code of this file.
Classes | |
class | FdoAssociationPropertyDefinition |
The FdoAssociationPropertyDefinition class derives from FdoPropertyDefinition and represents the association between two classes. The class of the associated class must already be defined in the feature schema and cannot be abstract. More... | |
Typedefs | |
typedef FdoPtr < FdoAssociationPropertyDefinition > | FdoAssociationPropertyP |
FdoAssociationPropertyP is a FdoPtr on FdoAssociationPropertyDefinition, provided for convenience. |