FDO .NET API Reference Feature Data Objects

mgSchemaElementNameType.h

Go to the documentation of this file.
00001 //
00002 // Copyright (C) 2004-2006  Autodesk, Inc.
00003 // 
00004 // This library is free software; you can redistribute it and/or
00005 // modify it under the terms of version 2.1 of the GNU Lesser
00006 // General Public License as published by the Free Software Foundation.
00007 // 
00008 // This library is distributed in the hope that it will be useful,
00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 // Lesser General Public License for more details.
00012 // 
00013 // You should have received a copy of the GNU Lesser General Public
00014 // License along with this library; if not, write to the Free Software
00015 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00016 //
00017 
00018 #pragma  once
00019 
00020 /// \cond DOXYGEN-IGNORE
00021 BEGIN_NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES
00022 /// \endcond
00023 
00024 /// \ingroup (OSGeoFDOConnectionsCapabilities)
00025 /// \brief
00026 /// The SchemaElementNameType enumeration lists all of the concrete schema name
00027 /// types defined to address schema limitation information.
00028 public __value enum SchemaElementNameType
00029 {
00030     /// Represents the identifier to address a data store name.
00031     SchemaElementNameType_Datastore = FdoSchemaElementNameType_Datastore,
00032 
00033     /// Represents the identifier to address a schema.
00034     SchemaElementNameType_Schema = FdoSchemaElementNameType_Schema,
00035 
00036     /// Represents the identifier to address a class.
00037     SchemaElementNameType_Class = FdoSchemaElementNameType_Class,
00038 
00039     /// Represents the identifier to address a property.
00040     SchemaElementNameType_Property = FdoSchemaElementNameType_Property,
00041 
00042     /// Represents the identifier to address a description.
00043     SchemaElementNameType_Description = FdoSchemaElementNameType_Description,
00044 
00045 };
00046 
00047 /// \cond DOXYGEN-IGNORE
00048 END_NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES
00049 /// \endcond

Comments or suggestions? Send us feedback.