1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
#pragmaonce
#include<list>
#using<mscorlib.dll>
#using<System.dll>
#using<System.Xml.dll>
usingnamespace std;
usingnamespace System::Security::Permissions;
//*// [assembly:SecurityPermissionAttribute(SecurityAction::RequestMinimum, SkipVerification=false)];
//
// This source code was auto-generated by xsd, Version=2.0.50727.42.
//
namespace cdbTest {
usingnamespace System::Xml::Serialization;
usingnamespace System;
refclass CdbMappingList;
refclass CdbGroup;
refclass CdbItem;
[System::SerializableAttribute]
publicenumclass LabelType {
TEXT,
LOG1,
LOG2,
LOG4,
INT1,
INT2,
INT4,
REAL,
DBLE,
COMP,
BLL1,
BLL2,
BLL4,
BLI1,
BLI2,
BLI4,
BLKR,
BLKD,
BLKC,
};
[System::SerializableAttribute]
publicenumclass AccessType {
Read,
ReadWrite,
Write,
};
/// <remarks/>
[System::SerializableAttribute,
System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true),
System::Xml::Serialization::XmlRootAttribute(Namespace=L"", IsNullable=false)]
publicrefclass CdbMappingList {
public:
private:
private: cdbTest::CdbGroup^ cdbGroupField;
/// <remarks/>
public: property cdbTest::CdbGroup^ CdbGroup {
cdbTest::CdbGroup^ get();
System::Void set(cdbTest::CdbGroup^ value);
}
};
/// <remarks/>
[System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"),
System::SerializableAttribute,
System::Diagnostics::DebuggerStepThroughAttribute,
System::ComponentModel::DesignerCategoryAttribute(L"code"),
System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true),
System::Xml::Serialization::XmlRootAttribute(Namespace=L"", IsNullable=false)]
publicrefclass CdbGroup {
private: cdbTest::CdbItem^ cdbItemField;
private: System::String^ nameField;
/// <remarks/>
public: property cdbTest::CdbItem^ CdbItem {
cdbTest::CdbItem^ get();
System::Void set(cdbTest::CdbItem^ value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlAttributeAttribute]
property System::String^ name {
System::String^ get();
System::Void set(System::String^ value);
}
};
/// <remarks/>
//*// [System::CodeDom::Compiler::GeneratedCodeAttribute(L"xsd", L"2.0.50727.42"),
//*// System::SerializableAttribute,
//*// System::Diagnostics::DebuggerStepThroughAttribute,
//*// System::ComponentModel::DesignerCategoryAttribute(L"code"),
//*// System::Xml::Serialization::XmlTypeAttribute(AnonymousType=true),
//*// System::Xml::Serialization::XmlRootAttribute(Namespace=L"", IsNullable=false)]
publicrefclass CdbItem {
private: System::String^ cdbLabelNameField;
private: cdbTest::LabelType typeField;
private: System::Boolean typeFieldSpecified;
private: System::String^ defaultValueField;
private: System::Int32 indexField;
private: System::Boolean indexFieldSpecified;
private: cdbTest::AccessType accessRightField;
private: System::Boolean accessRightFieldSpecified;
/// <remarks/>
public: [System::Xml::Serialization::XmlAttributeAttribute]
property System::String^ CdbLabelName {
System::String^ get();
System::Void set(System::String^ value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlAttributeAttribute]
property cdbTest::LabelType Type {
cdbTest::LabelType get();
System::Void set(cdbTest::LabelType value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlIgnoreAttribute]
property System::Boolean TypeSpecified {
System::Boolean get();
System::Void set(System::Boolean value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlAttributeAttribute]
property System::String^ DefaultValue {
System::String^ get();
System::Void set(System::String^ value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlAttributeAttribute]
property System::Int32 Index {
System::Int32 get();
System::Void set(System::Int32 value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlIgnoreAttribute]
property System::Boolean IndexSpecified {
System::Boolean get();
System::Void set(System::Boolean value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlAttributeAttribute]
property cdbTest::AccessType AccessRight {
cdbTest::AccessType get();
System::Void set(cdbTest::AccessType value);
}
/// <remarks/>
public: [System::Xml::Serialization::XmlIgnoreAttribute]
property System::Boolean AccessRightSpecified {
System::Boolean get();
System::Void set(System::Boolean value);
}
};
}
namespace cdbTest {
inline cdbTest::CdbGroup^ CdbMappingList::CdbGroup::get() {
returnthis->cdbGroupField;
}
inline System::Void CdbMappingList::CdbGroup::set(cdbTest::CdbGroup^ value) {
this->cdbGroupField = value;
}
inline cdbTest::CdbItem^ CdbGroup::CdbItem::get() {
returnthis->cdbItemField;
}
inline System::Void CdbGroup::CdbItem::set(cdbTest::CdbItem^ value) {
this->cdbItemField = value;
}
inline System::String^ CdbGroup::name::get() {
returnthis->nameField;
}
inline System::Void CdbGroup::name::set(System::String^ value) {
this->nameField = value;
}
inline System::String^ CdbItem::CdbLabelName::get() {
returnthis->cdbLabelNameField;
}
inline System::Void CdbItem::CdbLabelName::set(System::String^ value) {
this->cdbLabelNameField = value;
}
inline cdbTest::LabelType CdbItem::Type::get() {
returnthis->typeField;
}
inline System::Void CdbItem::Type::set(cdbTest::LabelType value) {
this->typeField = value;
}
inline System::Boolean CdbItem::TypeSpecified::get() {
returnthis->typeFieldSpecified;
}
inline System::Void CdbItem::TypeSpecified::set(System::Boolean value) {
this->typeFieldSpecified = value;
}
inline System::String^ CdbItem::DefaultValue::get() {
returnthis->defaultValueField;
}
inline System::Void CdbItem::DefaultValue::set(System::String^ value) {
this->defaultValueField = value;
}
inline System::Int32 CdbItem::Index::get() {
returnthis->indexField;
}
inline System::Void CdbItem::Index::set(System::Int32 value) {
this->indexField = value;
}
inline System::Boolean CdbItem::IndexSpecified::get() {
returnthis->indexFieldSpecified;
}
inline System::Void CdbItem::IndexSpecified::set(System::Boolean value) {
this->indexFieldSpecified = value;
}
inline cdbTest::AccessType CdbItem::AccessRight::get() {
returnthis->accessRightField;
}
inline System::Void CdbItem::AccessRight::set(cdbTest::AccessType value) {
this->accessRightField = value;
}
inline System::Boolean CdbItem::AccessRightSpecified::get() {
returnthis->accessRightFieldSpecified;
}
inline System::Void CdbItem::AccessRightSpecified::set(System::Boolean value) {
this->accessRightFieldSpecified = value;
}
}
|