00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #pragma once
00020
00021 class FdoRdbmsOvClassCollection;
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 OvClassCollection : public NAMESPACE_OSGEO_RUNTIME::Disposable, public System::Collections::IList
00033 {
00034 private:
00035
00036
00037
00038 __gc class Enumerator : public System::Collections::IEnumerator
00039 {
00040 private:
00041 OvClassCollection* m_pCol;
00042 System::Int32 m_nIdx;
00043
00044 public:
00045 Enumerator(OvClassCollection* 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 OvClassCollection(System::IntPtr unmanaged, System::Boolean autoDelete);
00059
00060 inline FdoRdbmsOvClassCollection* 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
00071 __property System::Boolean System::Collections::IList::get_IsFixedSize();
00072
00073 __property System::Boolean System::Collections::IList::get_IsReadOnly();
00074
00075 System::Int32 System::Collections::IList::Add(Object* value);
00076
00077 System::Boolean System::Collections::IList::Contains(Object* value);
00078
00079 System::Int32 System::Collections::IList::IndexOf(Object* value);
00080
00081 System::Void System::Collections::IList::Insert(System::Int32 index, Object* value);
00082
00083 System::Void System::Collections::IList::Remove(Object* value);
00084
00085 __property Object* System::Collections::IList::get_Item(System::Int32 index);
00086
00087 __property System::Void System::Collections::IList::set_Item(System::Int32 index, Object* value);
00088
00089 public:
00090
00091
00092
00093 __property System::Int32 get_Count(System::Void);
00094
00095
00096
00097
00098 __sealed System::Collections::IEnumerator* GetEnumerator(System::Void);
00099
00100
00101
00102
00103
00104
00105
00106 System::Void RemoveAt(System::Int32 index);
00107
00108
00109
00110
00111 System::Void Clear();
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122 System::Int32 Add(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133 System::Int32 IndexOf(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144 System::Void Insert(System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00145
00146
00147
00148
00149
00150
00151
00152 System::Void Remove(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00153
00154
00155
00156
00157
00158
00159
00160
00161
00162
00163 System::Boolean Contains(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00164
00165
00166
00167
00168
00169
00170
00171
00172
00173
00174 System::Void CopyTo(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* array[],System::Int32 size);
00175
00176
00177
00178
00179
00180
00181
00182
00183 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* get_RealTypeItem(System::Int32 index);
00184 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* get_RealTypeItem(System::String* index);
00185
00186 __property System::Void set_RealTypeItem(System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00187
00188 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* get_Item(System::Int32 index);
00189
00190 __property System::Void set_Item(System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvClassDefinition* value);
00191
00192 protected:
00193 System::Void ReleaseUnmanagedObject();
00194 };
00195
00196 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE
00197