00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #pragma once
00019
00020 class FdoSqlServerOvPropertyDefinitionCollection;
00021
00022 BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL
00023 public __gc __interface IOvPropertyDefinition;
00024
00025
00026
00027 [System::Reflection::DefaultMemberAttribute("RealTypeItem")]
00028 public __sealed __gc class OvPropertyDefinitionCollection : public NAMESPACE_OSGEO_RUNTIME::Disposable, public System::Collections::IList
00029 {
00030 private:
00031
00032
00033
00034 __gc class Enumerator : public System::Collections::IEnumerator
00035 {
00036 private:
00037 OvPropertyDefinitionCollection* m_pCol;
00038 System::Int32 m_nIdx;
00039
00040 public:
00041 Enumerator(OvPropertyDefinitionCollection* elements) : m_pCol(elements), m_nIdx(-1)
00042 {
00043
00044 }
00045
00046 __property System::Object* get_Current();
00047
00048 System::Boolean MoveNext();
00049
00050 System::Void Reset();
00051 };
00052
00053 public private:
00054 OvPropertyDefinitionCollection(System::IntPtr unmanaged, System::Boolean autoDelete);
00055
00056 inline FdoSqlServerOvPropertyDefinitionCollection* GetImpObj();
00057
00058 protected:
00059 __sealed System::Void ReleaseUnmanagedObject();
00060
00061 private:
00062
00063 System::Void System::Collections::ICollection::CopyTo(System::Array* array,System::Int32 index);
00064
00065 __property System::Object* System::Collections::ICollection::get_SyncRoot();
00066
00067 __property System::Boolean System::Collections::ICollection::get_IsSynchronized();
00068
00069
00070 __property System::Boolean System::Collections::IList::get_IsFixedSize();
00071
00072 __property System::Boolean System::Collections::IList::get_IsReadOnly();
00073
00074 System::Int32 System::Collections::IList::Add(Object* value);
00075
00076 System::Boolean System::Collections::IList::Contains(Object* value);
00077
00078 System::Int32 System::Collections::IList::IndexOf(Object* value);
00079
00080 System::Void System::Collections::IList::Insert(System::Int32 index, Object* value);
00081
00082 System::Void System::Collections::IList::Remove(Object* value);
00083
00084 __property Object* System::Collections::IList::get_Item(System::Int32 index);
00085
00086 __property System::Void System::Collections::IList::set_Item(System::Int32 index, Object* value);
00087
00088 public:
00089
00090
00091 OvPropertyDefinitionCollection();
00092
00093 OvPropertyDefinitionCollection(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvPropertyDefinitionCollection* baseCollection);
00094
00095
00096
00097
00098 __property System::Int32 get_Count(System::Void);
00099
00100
00101
00102
00103 __sealed System::Collections::IEnumerator* GetEnumerator(System::Void);
00104
00105
00106
00107
00108
00109
00110
00111 System::Void RemoveAt(System::Int32 index);
00112
00113
00114
00115
00116 System::Void Clear();
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127 System::Int32 Add(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138 System::Int32 IndexOf(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149 System::Void Insert(System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00150
00151
00152
00153
00154
00155
00156
00157 System::Void Remove(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00158
00159
00160
00161
00162
00163
00164
00165
00166
00167
00168 System::Boolean Contains(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00169
00170
00171
00172
00173
00174
00175
00176
00177
00178
00179 System::Void CopyTo(NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* array[],System::Int32 size);
00180
00181
00182
00183
00184
00185
00186
00187
00188 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* get_RealTypeItem(System::Int32 index);
00189 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* get_RealTypeItem(System::String* index);
00190
00191 __property System::Void set_RealTypeItem(System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00192
00193 __property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* get_Item(System::Int32 index);
00194
00195 __property System::Void set_Item(System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::IOvPropertyDefinition* value);
00196 };
00197
00198 END_NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL