FDO API Reference Feature Data Objects

Identifier.h File Reference

#include <FdoStd.h>
#include <Fdo/Expression/Expression.h>

Include dependency graph for Identifier.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FdoIdentifier
 The FdoIdentifier class derives from FdoExpression and represents an identifier, such as a class name or property name. Identifiers can be just a name or they can be scoped to a particular context. For example, consider a Person class that has a DataProperty called "Name" and a ClassProperty called "Address". The Address class has DataProperties "Street", "City", and "Zip Code". When manipulating instances of a Person, the "Name" property can be referred to by the property name "Name". The "City" property is scoped inside the "Address" property, hence must be referred to by the property name "Address.City". More...

Comments or suggestions? Send us feedback.