OSGeo FDO Provider for MySQL .NET API Reference

From OSGeo FDO MySQL .NET API

.NET API Reference OSGeo FDO Provider for MySQL

mgOvPropertyMappingConcrete.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 
00019 
00020 #pragma once
00021 
00022 class FdoMySQLOvPropertyMappingConcrete;
00023 
00024 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL
00025 
00026 ///<summary>Concrete class defining the physical schema overrides for the Concrete type object
00027 ///property mapping. Under the Concrete mapping type, each object property is kept in its own
00028 ///table.</summary>
00029 public __gc class OvPropertyMappingConcrete : public NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyMappingConcrete, public NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::IOvPropertyMappingRelation
00030 {
00031 public private:
00032     FdoMySQLOvPropertyMappingConcrete* GetImpObj();
00033     
00034     OvPropertyMappingConcrete(System::IntPtr unmanaged, System::Boolean autoDelete);
00035 
00036 public:
00037     ///<summary>Constructs a default of an OvPropertyMappingConcrete</summary>
00038     /// <returns>Returns OvPropertyMappingConcrete</returns>
00039    OvPropertyMappingConcrete();
00040 
00041     ///<summary>Gets the internal class</summary>
00042     /// <returns>Returns the internal class</returns>
00043    __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition* get_InternalClass();
00044 
00045     ///<summary>Sets the internal class</summary>
00046     /// <returns>Returns nothing</returns>
00047     __property System::Void set_InternalClass(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvClassDefinition* classDefinition);
00048 
00049 };
00050 
00051 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL
00052 

Comments?