FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ObjectType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoObjectType {
  FdoObjectType_Value,
  FdoObjectType_Collection,
  FdoObjectType_OrderedCollection
}
 The FdoObjectType enumeration defines whether an object property is a single value, a collection, or an ordered collection. More...

Enumeration Type Documentation

enum FdoObjectType
 

The FdoObjectType enumeration defines whether an object property is a single value, a collection, or an ordered collection.

Enumeration values:
FdoObjectType_Value  Represents a simple value property.
FdoObjectType_Collection  Represents a property that is a collection of values.
FdoObjectType_OrderedCollection  Represents a property that is an ordered collection of values.

Definition at line 29 of file ObjectType.h.


Comments or suggestions? Send us feedback.