FDO API Reference Feature Data Objects

mgIdentifier.h File Reference

Include dependency graph for mgIdentifier.h:

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


Classes

class  Identifier
 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...

Variables

BEGIN_NAMESPACE_OSGEO_FDO_EXPRESSION
public __gc __interface 
IExpressionProcessor

Comments or suggestions? Send us feedback.