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