FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgObjectType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Schema

Enumerations

enum  ObjectType {
  ObjectType_Value = FdoObjectType_Value,
  ObjectType_Collection = FdoObjectType_Collection,
  ObjectType_OrderedCollection = FdoObjectType_OrderedCollection
}
 The ObjectType enumeration defines whether an object property is a single value, a collection, or an ordered collection. More...

Enumeration Type Documentation

enum ObjectType
 

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

Enumeration values:
ObjectType_Value  Represents a simple value property.
ObjectType_Collection  Represents a property that is a collection of values.
ObjectType_OrderedCollection  Represents a property that is an ordered collection of values.

Comments or suggestions? Send us feedback.