00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #pragma once
00020
00021 class FdoRdbmsOvReadOnlyClassCollection;
00022
00023 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00024 public __gc class OvClassDefinition;
00025 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00026
00027 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00028
00029
00030
00031 [System::Reflection::DefaultMemberAttribute("RealTypeItem")]
00032 public __sealed __gc class OvReadOnlyClassCollection : public NAMESPACE_OSGEO_RUNTIME::Disposable, public System::Collections::ICollection, public System::Collections::IEnumerable
00033 {
00034 private:
00035
00036
00037
00038 __gc class Enumerator : public System::Collections::IEnumerator
00039 {
00040 private:
00041 OvReadOnlyClassCollection* m_pCol;
00042 System::Int32 m_nIdx;
00043
00044 public:
00045 Enumerator(OvReadOnlyClassCollection* elements) : m_pCol(elements), m_nIdx(-1)
00046 {
00047
00048 }
00049
00050 __property System::Object* get_Current();
00051
00052 System::Boolean MoveNext();
00053
00054 System::Void Reset();
00055 };
00056
00057 public private:
00058 OvReadOnlyClassCollection(System::IntPtr unmanaged, System::Boolean autoDelete);
00059
00060 inline FdoRdbmsOvReadOnlyClassCollection* GetImpObj();
00061
00062 private:
00063
00064 System::Void System::Collections::ICollection::CopyTo(System::Array* array,System::Int32 index);
00065
00066 __property System::Object* System::Collections::ICollection::get_SyncRoot();
00067
00068 __property System::Boolean System::Collections::ICollection::get_IsSynchronized();
00069
00070 protected:
00071 System::Void ReleaseUnmanagedObject();
00072
00073 public:
00074
00075
00076
00077 __property System::Int32 get_Count(System::Void);
00078
00079
00080
00081
00082 __sealed System::Collections::IEnumerator* GetEnumerator(System::Void);
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093 System::Int32 IndexOf(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104 System::Boolean Contains(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115 System::Void CopyTo(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* array[], System::Int32 index);
00116
00117
00118
00119
00120
00121
00122
00123
00124 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* get_RealTypeItem(System::Int32 index);
00125 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* get_RealTypeItem(System::String* index);
00126 };
00127
00128 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00129