개정판 77cdac33
벽산 수정 후 백업
Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a
KCOMDataModel/DataModel/CIModel.Designer.cs | ||
---|---|---|
19 | 19 |
[assembly: EdmSchemaAttribute()] |
20 | 20 |
#region EDM 관계 메타데이터 |
21 | 21 |
|
22 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_DOCINFODOFPAGE", "DOCINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.DOCINFO), "DOCPAGE", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.DOCPAGE), true)] |
|
23 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_DOCINFOMARKUPINFO", "DOCINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.DOCINFO), "MARKUP_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_INFO), true)] |
|
24 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION), "MARKUP_DATA", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_DATA), true)] |
|
25 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MARKUP_INFO), "MARKUP_INFO_VERSION", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION), true)] |
|
26 | 22 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_SIGNINFO_MEMBER", "MEMBER", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MEMBER), "SIGN_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.SIGN_INFO), true)] |
23 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_DOCPAGE_DOCINFO", "DOCINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.DOCINFO), "DOCPAGE", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.DOCPAGE), true)] |
|
24 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_INFO_VERSION", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION), "MARKUP_DATA", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_DATA), true)] |
|
25 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUP_INFO_DOCINFO", "DOCINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.DOCINFO), "MARKUP_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_INFO), true)] |
|
26 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MARKUP_INFO), "MARKUP_INFO_VERSION", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION), true)] |
|
27 | 27 |
|
28 | 28 |
#endregion |
29 | 29 |
|
... | ... | |
94 | 94 |
/// <summary> |
95 | 95 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
96 | 96 |
/// </summary> |
97 |
public ObjectSet<DOCINFO> DOCINFO
|
|
97 |
public ObjectSet<MARKUP_CHECKLIST> MARKUP_CHECKLIST
|
|
98 | 98 |
{ |
99 | 99 |
get |
100 | 100 |
{ |
101 |
if ((_DOCINFO == null))
|
|
101 |
if ((_MARKUP_CHECKLIST == null))
|
|
102 | 102 |
{ |
103 |
_DOCINFO = base.CreateObjectSet<DOCINFO>("DOCINFO");
|
|
103 |
_MARKUP_CHECKLIST = base.CreateObjectSet<MARKUP_CHECKLIST>("MARKUP_CHECKLIST");
|
|
104 | 104 |
} |
105 |
return _DOCINFO;
|
|
105 |
return _MARKUP_CHECKLIST;
|
|
106 | 106 |
} |
107 | 107 |
} |
108 |
private ObjectSet<DOCINFO> _DOCINFO;
|
|
108 |
private ObjectSet<MARKUP_CHECKLIST> _MARKUP_CHECKLIST;
|
|
109 | 109 |
|
110 | 110 |
/// <summary> |
111 | 111 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
112 | 112 |
/// </summary> |
113 |
public ObjectSet<DOCPAGE> DOCPAGE
|
|
113 |
public ObjectSet<MEMBER> MEMBER
|
|
114 | 114 |
{ |
115 | 115 |
get |
116 | 116 |
{ |
117 |
if ((_DOCPAGE == null))
|
|
117 |
if ((_MEMBER == null))
|
|
118 | 118 |
{ |
119 |
_DOCPAGE = base.CreateObjectSet<DOCPAGE>("DOCPAGE");
|
|
119 |
_MEMBER = base.CreateObjectSet<MEMBER>("MEMBER");
|
|
120 | 120 |
} |
121 |
return _DOCPAGE;
|
|
121 |
return _MEMBER;
|
|
122 | 122 |
} |
123 | 123 |
} |
124 |
private ObjectSet<DOCPAGE> _DOCPAGE;
|
|
124 |
private ObjectSet<MEMBER> _MEMBER;
|
|
125 | 125 |
|
126 | 126 |
/// <summary> |
127 | 127 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
128 | 128 |
/// </summary> |
129 |
public ObjectSet<MARKUP_DATA> MARKUP_DATA
|
|
129 |
public ObjectSet<SIGN_INFO> SIGN_INFO
|
|
130 | 130 |
{ |
131 | 131 |
get |
132 | 132 |
{ |
133 |
if ((_MARKUP_DATA == null))
|
|
133 |
if ((_SIGN_INFO == null))
|
|
134 | 134 |
{ |
135 |
_MARKUP_DATA = base.CreateObjectSet<MARKUP_DATA>("MARKUP_DATA");
|
|
135 |
_SIGN_INFO = base.CreateObjectSet<SIGN_INFO>("SIGN_INFO");
|
|
136 | 136 |
} |
137 |
return _MARKUP_DATA;
|
|
137 |
return _SIGN_INFO;
|
|
138 | 138 |
} |
139 | 139 |
} |
140 |
private ObjectSet<MARKUP_DATA> _MARKUP_DATA;
|
|
140 |
private ObjectSet<SIGN_INFO> _SIGN_INFO;
|
|
141 | 141 |
|
142 | 142 |
/// <summary> |
143 | 143 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
144 | 144 |
/// </summary> |
145 |
public ObjectSet<MARKUP_INFO> MARKUP_INFO
|
|
145 |
public ObjectSet<TALK> TALK
|
|
146 | 146 |
{ |
147 | 147 |
get |
148 | 148 |
{ |
149 |
if ((_MARKUP_INFO == null))
|
|
149 |
if ((_TALK == null))
|
|
150 | 150 |
{ |
151 |
_MARKUP_INFO = base.CreateObjectSet<MARKUP_INFO>("MARKUP_INFO");
|
|
151 |
_TALK = base.CreateObjectSet<TALK>("TALK");
|
|
152 | 152 |
} |
153 |
return _MARKUP_INFO;
|
|
153 |
return _TALK;
|
|
154 | 154 |
} |
155 | 155 |
} |
156 |
private ObjectSet<MARKUP_INFO> _MARKUP_INFO;
|
|
156 |
private ObjectSet<TALK> _TALK;
|
|
157 | 157 |
|
158 | 158 |
/// <summary> |
159 | 159 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
160 | 160 |
/// </summary> |
161 |
public ObjectSet<MARKUP_INFO_VERSION> MARKUP_INFO_VERSION
|
|
161 |
public ObjectSet<CHECK_LIST> CHECK_LIST
|
|
162 | 162 |
{ |
163 | 163 |
get |
164 | 164 |
{ |
165 |
if ((_MARKUP_INFO_VERSION == null))
|
|
165 |
if ((_CHECK_LIST == null))
|
|
166 | 166 |
{ |
167 |
_MARKUP_INFO_VERSION = base.CreateObjectSet<MARKUP_INFO_VERSION>("MARKUP_INFO_VERSION");
|
|
167 |
_CHECK_LIST = base.CreateObjectSet<CHECK_LIST>("CHECK_LIST");
|
|
168 | 168 |
} |
169 |
return _MARKUP_INFO_VERSION;
|
|
169 |
return _CHECK_LIST;
|
|
170 | 170 |
} |
171 | 171 |
} |
172 |
private ObjectSet<MARKUP_INFO_VERSION> _MARKUP_INFO_VERSION;
|
|
172 |
private ObjectSet<CHECK_LIST> _CHECK_LIST;
|
|
173 | 173 |
|
174 | 174 |
/// <summary> |
175 | 175 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
176 | 176 |
/// </summary> |
177 |
public ObjectSet<MARKUP_CHECKLIST> MARKUP_CHECKLIST
|
|
177 |
public ObjectSet<CHECK_LIST_HISTORY> CHECK_LIST_HISTORY
|
|
178 | 178 |
{ |
179 | 179 |
get |
180 | 180 |
{ |
181 |
if ((_MARKUP_CHECKLIST == null))
|
|
181 |
if ((_CHECK_LIST_HISTORY == null))
|
|
182 | 182 |
{ |
183 |
_MARKUP_CHECKLIST = base.CreateObjectSet<MARKUP_CHECKLIST>("MARKUP_CHECKLIST");
|
|
183 |
_CHECK_LIST_HISTORY = base.CreateObjectSet<CHECK_LIST_HISTORY>("CHECK_LIST_HISTORY");
|
|
184 | 184 |
} |
185 |
return _MARKUP_CHECKLIST;
|
|
185 |
return _CHECK_LIST_HISTORY;
|
|
186 | 186 |
} |
187 | 187 |
} |
188 |
private ObjectSet<MARKUP_CHECKLIST> _MARKUP_CHECKLIST;
|
|
188 |
private ObjectSet<CHECK_LIST_HISTORY> _CHECK_LIST_HISTORY;
|
|
189 | 189 |
|
190 | 190 |
/// <summary> |
191 | 191 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
192 | 192 |
/// </summary> |
193 |
public ObjectSet<MEMBER> MEMBER
|
|
193 |
public ObjectSet<DOCINFO> DOCINFO
|
|
194 | 194 |
{ |
195 | 195 |
get |
196 | 196 |
{ |
197 |
if ((_MEMBER == null))
|
|
197 |
if ((_DOCINFO == null))
|
|
198 | 198 |
{ |
199 |
_MEMBER = base.CreateObjectSet<MEMBER>("MEMBER");
|
|
199 |
_DOCINFO = base.CreateObjectSet<DOCINFO>("DOCINFO");
|
|
200 | 200 |
} |
201 |
return _MEMBER;
|
|
201 |
return _DOCINFO;
|
|
202 | 202 |
} |
203 | 203 |
} |
204 |
private ObjectSet<MEMBER> _MEMBER;
|
|
204 |
private ObjectSet<DOCINFO> _DOCINFO;
|
|
205 | 205 |
|
206 | 206 |
/// <summary> |
207 | 207 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
208 | 208 |
/// </summary> |
209 |
public ObjectSet<SIGN_INFO> SIGN_INFO
|
|
209 |
public ObjectSet<DOCPAGE> DOCPAGE
|
|
210 | 210 |
{ |
211 | 211 |
get |
212 | 212 |
{ |
213 |
if ((_SIGN_INFO == null))
|
|
213 |
if ((_DOCPAGE == null))
|
|
214 | 214 |
{ |
215 |
_SIGN_INFO = base.CreateObjectSet<SIGN_INFO>("SIGN_INFO");
|
|
215 |
_DOCPAGE = base.CreateObjectSet<DOCPAGE>("DOCPAGE");
|
|
216 | 216 |
} |
217 |
return _SIGN_INFO;
|
|
217 |
return _DOCPAGE;
|
|
218 | 218 |
} |
219 | 219 |
} |
220 |
private ObjectSet<SIGN_INFO> _SIGN_INFO;
|
|
220 |
private ObjectSet<DOCPAGE> _DOCPAGE;
|
|
221 | 221 |
|
222 | 222 |
/// <summary> |
223 | 223 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
224 | 224 |
/// </summary> |
225 |
public ObjectSet<TALK> TALK
|
|
225 |
public ObjectSet<MARKUP_INFO_VERSION> MARKUP_INFO_VERSION
|
|
226 | 226 |
{ |
227 | 227 |
get |
228 | 228 |
{ |
229 |
if ((_TALK == null))
|
|
229 |
if ((_MARKUP_INFO_VERSION == null))
|
|
230 | 230 |
{ |
231 |
_TALK = base.CreateObjectSet<TALK>("TALK");
|
|
231 |
_MARKUP_INFO_VERSION = base.CreateObjectSet<MARKUP_INFO_VERSION>("MARKUP_INFO_VERSION");
|
|
232 | 232 |
} |
233 |
return _TALK;
|
|
233 |
return _MARKUP_INFO_VERSION;
|
|
234 | 234 |
} |
235 | 235 |
} |
236 |
private ObjectSet<TALK> _TALK;
|
|
236 |
private ObjectSet<MARKUP_INFO_VERSION> _MARKUP_INFO_VERSION;
|
|
237 | 237 |
|
238 | 238 |
/// <summary> |
239 | 239 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
240 | 240 |
/// </summary> |
241 |
public ObjectSet<CHECK_LIST> CHECK_LIST
|
|
241 |
public ObjectSet<MARKUP_DATA> MARKUP_DATA
|
|
242 | 242 |
{ |
243 | 243 |
get |
244 | 244 |
{ |
245 |
if ((_CHECK_LIST == null))
|
|
245 |
if ((_MARKUP_DATA == null))
|
|
246 | 246 |
{ |
247 |
_CHECK_LIST = base.CreateObjectSet<CHECK_LIST>("CHECK_LIST");
|
|
247 |
_MARKUP_DATA = base.CreateObjectSet<MARKUP_DATA>("MARKUP_DATA");
|
|
248 | 248 |
} |
249 |
return _CHECK_LIST;
|
|
249 |
return _MARKUP_DATA;
|
|
250 | 250 |
} |
251 | 251 |
} |
252 |
private ObjectSet<CHECK_LIST> _CHECK_LIST;
|
|
252 |
private ObjectSet<MARKUP_DATA> _MARKUP_DATA;
|
|
253 | 253 |
|
254 | 254 |
/// <summary> |
255 | 255 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
256 | 256 |
/// </summary> |
257 |
public ObjectSet<CHECK_LIST_HISTORY> CHECK_LIST_HISTORY
|
|
257 |
public ObjectSet<MARKUP_INFO> MARKUP_INFO
|
|
258 | 258 |
{ |
259 | 259 |
get |
260 | 260 |
{ |
261 |
if ((_CHECK_LIST_HISTORY == null))
|
|
261 |
if ((_MARKUP_INFO == null))
|
|
262 | 262 |
{ |
263 |
_CHECK_LIST_HISTORY = base.CreateObjectSet<CHECK_LIST_HISTORY>("CHECK_LIST_HISTORY");
|
|
263 |
_MARKUP_INFO = base.CreateObjectSet<MARKUP_INFO>("MARKUP_INFO");
|
|
264 | 264 |
} |
265 |
return _CHECK_LIST_HISTORY;
|
|
265 |
return _MARKUP_INFO;
|
|
266 | 266 |
} |
267 | 267 |
} |
268 |
private ObjectSet<CHECK_LIST_HISTORY> _CHECK_LIST_HISTORY;
|
|
268 |
private ObjectSet<MARKUP_INFO> _MARKUP_INFO;
|
|
269 | 269 |
|
270 | 270 |
#endregion |
271 | 271 |
|
... | ... | |
280 | 280 |
} |
281 | 281 |
|
282 | 282 |
/// <summary> |
283 |
/// DOCINFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
283 |
/// MARKUP_CHECKLIST EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
284 | 284 |
/// </summary> |
285 |
public void AddToDOCINFO(DOCINFO dOCINFO)
|
|
285 |
public void AddToMARKUP_CHECKLIST(MARKUP_CHECKLIST mARKUP_CHECKLIST)
|
|
286 | 286 |
{ |
287 |
base.AddObject("DOCINFO", dOCINFO);
|
|
287 |
base.AddObject("MARKUP_CHECKLIST", mARKUP_CHECKLIST);
|
|
288 | 288 |
} |
289 | 289 |
|
290 | 290 |
/// <summary> |
291 |
/// DOCPAGE EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
291 |
/// MEMBER EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
292 | 292 |
/// </summary> |
293 |
public void AddToDOCPAGE(DOCPAGE dOCPAGE)
|
|
293 |
public void AddToMEMBER(MEMBER mEMBER)
|
|
294 | 294 |
{ |
295 |
base.AddObject("DOCPAGE", dOCPAGE);
|
|
295 |
base.AddObject("MEMBER", mEMBER);
|
|
296 | 296 |
} |
297 | 297 |
|
298 | 298 |
/// <summary> |
299 |
/// MARKUP_DATA EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
299 |
/// SIGN_INFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
300 | 300 |
/// </summary> |
301 |
public void AddToMARKUP_DATA(MARKUP_DATA mARKUP_DATA)
|
|
301 |
public void AddToSIGN_INFO(SIGN_INFO sIGN_INFO)
|
|
302 | 302 |
{ |
303 |
base.AddObject("MARKUP_DATA", mARKUP_DATA);
|
|
303 |
base.AddObject("SIGN_INFO", sIGN_INFO);
|
|
304 | 304 |
} |
305 | 305 |
|
306 | 306 |
/// <summary> |
307 |
/// MARKUP_INFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
307 |
/// TALK EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
308 | 308 |
/// </summary> |
309 |
public void AddToMARKUP_INFO(MARKUP_INFO mARKUP_INFO)
|
|
309 |
public void AddToTALK(TALK tALK)
|
|
310 | 310 |
{ |
311 |
base.AddObject("MARKUP_INFO", mARKUP_INFO);
|
|
311 |
base.AddObject("TALK", tALK);
|
|
312 | 312 |
} |
313 | 313 |
|
314 | 314 |
/// <summary> |
315 |
/// MARKUP_INFO_VERSION EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
315 |
/// CHECK_LIST EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
316 | 316 |
/// </summary> |
317 |
public void AddToMARKUP_INFO_VERSION(MARKUP_INFO_VERSION mARKUP_INFO_VERSION)
|
|
317 |
public void AddToCHECK_LIST(CHECK_LIST cHECK_LIST)
|
|
318 | 318 |
{ |
319 |
base.AddObject("MARKUP_INFO_VERSION", mARKUP_INFO_VERSION);
|
|
319 |
base.AddObject("CHECK_LIST", cHECK_LIST);
|
|
320 | 320 |
} |
321 | 321 |
|
322 | 322 |
/// <summary> |
323 |
/// MARKUP_CHECKLIST EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
323 |
/// CHECK_LIST_HISTORY EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
324 | 324 |
/// </summary> |
325 |
public void AddToMARKUP_CHECKLIST(MARKUP_CHECKLIST mARKUP_CHECKLIST)
|
|
325 |
public void AddToCHECK_LIST_HISTORY(CHECK_LIST_HISTORY cHECK_LIST_HISTORY)
|
|
326 | 326 |
{ |
327 |
base.AddObject("MARKUP_CHECKLIST", mARKUP_CHECKLIST);
|
|
327 |
base.AddObject("CHECK_LIST_HISTORY", cHECK_LIST_HISTORY);
|
|
328 | 328 |
} |
329 | 329 |
|
330 | 330 |
/// <summary> |
331 |
/// MEMBER EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
331 |
/// DOCINFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
332 | 332 |
/// </summary> |
333 |
public void AddToMEMBER(MEMBER mEMBER)
|
|
333 |
public void AddToDOCINFO(DOCINFO dOCINFO)
|
|
334 | 334 |
{ |
335 |
base.AddObject("MEMBER", mEMBER);
|
|
335 |
base.AddObject("DOCINFO", dOCINFO);
|
|
336 | 336 |
} |
337 | 337 |
|
338 | 338 |
/// <summary> |
339 |
/// SIGN_INFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
339 |
/// DOCPAGE EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
340 | 340 |
/// </summary> |
341 |
public void AddToSIGN_INFO(SIGN_INFO sIGN_INFO)
|
|
341 |
public void AddToDOCPAGE(DOCPAGE dOCPAGE)
|
|
342 | 342 |
{ |
343 |
base.AddObject("SIGN_INFO", sIGN_INFO);
|
|
343 |
base.AddObject("DOCPAGE", dOCPAGE);
|
|
344 | 344 |
} |
345 | 345 |
|
346 | 346 |
/// <summary> |
347 |
/// TALK EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
347 |
/// MARKUP_INFO_VERSION EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
348 | 348 |
/// </summary> |
349 |
public void AddToTALK(TALK tALK)
|
|
349 |
public void AddToMARKUP_INFO_VERSION(MARKUP_INFO_VERSION mARKUP_INFO_VERSION)
|
|
350 | 350 |
{ |
351 |
base.AddObject("TALK", tALK);
|
|
351 |
base.AddObject("MARKUP_INFO_VERSION", mARKUP_INFO_VERSION);
|
|
352 | 352 |
} |
353 | 353 |
|
354 | 354 |
/// <summary> |
355 |
/// CHECK_LIST EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
355 |
/// MARKUP_DATA EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
356 | 356 |
/// </summary> |
357 |
public void AddToCHECK_LIST(CHECK_LIST cHECK_LIST)
|
|
357 |
public void AddToMARKUP_DATA(MARKUP_DATA mARKUP_DATA)
|
|
358 | 358 |
{ |
359 |
base.AddObject("CHECK_LIST", cHECK_LIST);
|
|
359 |
base.AddObject("MARKUP_DATA", mARKUP_DATA);
|
|
360 | 360 |
} |
361 | 361 |
|
362 | 362 |
/// <summary> |
363 |
/// CHECK_LIST_HISTORY EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
363 |
/// MARKUP_INFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
364 | 364 |
/// </summary> |
365 |
public void AddToCHECK_LIST_HISTORY(CHECK_LIST_HISTORY cHECK_LIST_HISTORY)
|
|
365 |
public void AddToMARKUP_INFO(MARKUP_INFO mARKUP_INFO)
|
|
366 | 366 |
{ |
367 |
base.AddObject("CHECK_LIST_HISTORY", cHECK_LIST_HISTORY);
|
|
367 |
base.AddObject("MARKUP_INFO", mARKUP_INFO);
|
|
368 | 368 |
} |
369 | 369 |
|
370 | 370 |
#endregion |
... | ... | |
1474 | 1474 |
[XmlIgnoreAttribute()] |
1475 | 1475 |
[SoapIgnoreAttribute()] |
1476 | 1476 |
[DataMemberAttribute()] |
1477 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFODOFPAGE", "DOCPAGE")]
|
|
1477 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCPAGE_DOCINFO", "DOCPAGE")]
|
|
1478 | 1478 |
public EntityCollection<DOCPAGE> DOCPAGE |
1479 | 1479 |
{ |
1480 | 1480 |
get |
1481 | 1481 |
{ |
1482 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<DOCPAGE>("CIModel.FK_DOCINFODOFPAGE", "DOCPAGE");
|
|
1482 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<DOCPAGE>("CIModel.FK_DOCPAGE_DOCINFO", "DOCPAGE");
|
|
1483 | 1483 |
} |
1484 | 1484 |
set |
1485 | 1485 |
{ |
1486 | 1486 |
if ((value != null)) |
1487 | 1487 |
{ |
1488 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<DOCPAGE>("CIModel.FK_DOCINFODOFPAGE", "DOCPAGE", value);
|
|
1488 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<DOCPAGE>("CIModel.FK_DOCPAGE_DOCINFO", "DOCPAGE", value);
|
|
1489 | 1489 |
} |
1490 | 1490 |
} |
1491 | 1491 |
} |
... | ... | |
1496 | 1496 |
[XmlIgnoreAttribute()] |
1497 | 1497 |
[SoapIgnoreAttribute()] |
1498 | 1498 |
[DataMemberAttribute()] |
1499 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFOMARKUPINFO", "MARKUP_INFO")]
|
|
1499 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUP_INFO_DOCINFO", "MARKUP_INFO")]
|
|
1500 | 1500 |
public EntityCollection<MARKUP_INFO> MARKUP_INFO |
1501 | 1501 |
{ |
1502 | 1502 |
get |
1503 | 1503 |
{ |
1504 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_INFO>("CIModel.FK_DOCINFOMARKUPINFO", "MARKUP_INFO");
|
|
1504 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_INFO>("CIModel.FK_MARKUP_INFO_DOCINFO", "MARKUP_INFO");
|
|
1505 | 1505 |
} |
1506 | 1506 |
set |
1507 | 1507 |
{ |
1508 | 1508 |
if ((value != null)) |
1509 | 1509 |
{ |
1510 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_INFO>("CIModel.FK_DOCINFOMARKUPINFO", "MARKUP_INFO", value);
|
|
1510 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_INFO>("CIModel.FK_MARKUP_INFO_DOCINFO", "MARKUP_INFO", value);
|
|
1511 | 1511 |
} |
1512 | 1512 |
} |
1513 | 1513 |
} |
... | ... | |
1709 | 1709 |
[XmlIgnoreAttribute()] |
1710 | 1710 |
[SoapIgnoreAttribute()] |
1711 | 1711 |
[DataMemberAttribute()] |
1712 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFODOFPAGE", "DOCINFO")]
|
|
1712 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCPAGE_DOCINFO", "DOCINFO")]
|
|
1713 | 1713 |
public DOCINFO DOCINFO |
1714 | 1714 |
{ |
1715 | 1715 |
get |
1716 | 1716 |
{ |
1717 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFODOFPAGE", "DOCINFO").Value;
|
|
1717 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCPAGE_DOCINFO", "DOCINFO").Value;
|
|
1718 | 1718 |
} |
1719 | 1719 |
set |
1720 | 1720 |
{ |
1721 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFODOFPAGE", "DOCINFO").Value = value;
|
|
1721 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCPAGE_DOCINFO", "DOCINFO").Value = value;
|
|
1722 | 1722 |
} |
1723 | 1723 |
} |
1724 | 1724 |
/// <summary> |
... | ... | |
1730 | 1730 |
{ |
1731 | 1731 |
get |
1732 | 1732 |
{ |
1733 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFODOFPAGE", "DOCINFO");
|
|
1733 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCPAGE_DOCINFO", "DOCINFO");
|
|
1734 | 1734 |
} |
1735 | 1735 |
set |
1736 | 1736 |
{ |
1737 | 1737 |
if ((value != null)) |
1738 | 1738 |
{ |
1739 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<DOCINFO>("CIModel.FK_DOCINFODOFPAGE", "DOCINFO", value);
|
|
1739 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<DOCINFO>("CIModel.FK_DOCPAGE_DOCINFO", "DOCINFO", value);
|
|
1740 | 1740 |
} |
1741 | 1741 |
} |
1742 | 1742 |
} |
... | ... | |
2518 | 2518 |
[XmlIgnoreAttribute()] |
2519 | 2519 |
[SoapIgnoreAttribute()] |
2520 | 2520 |
[DataMemberAttribute()] |
2521 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION")]
|
|
2521 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_INFO_VERSION")]
|
|
2522 | 2522 |
public MARKUP_INFO_VERSION MARKUP_INFO_VERSION |
2523 | 2523 |
{ |
2524 | 2524 |
get |
2525 | 2525 |
{ |
2526 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION").Value;
|
|
2526 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_INFO_VERSION").Value;
|
|
2527 | 2527 |
} |
2528 | 2528 |
set |
2529 | 2529 |
{ |
2530 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION").Value = value;
|
|
2530 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_INFO_VERSION").Value = value;
|
|
2531 | 2531 |
} |
2532 | 2532 |
} |
2533 | 2533 |
/// <summary> |
... | ... | |
2539 | 2539 |
{ |
2540 | 2540 |
get |
2541 | 2541 |
{ |
2542 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION");
|
|
2542 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_INFO_VERSION");
|
|
2543 | 2543 |
} |
2544 | 2544 |
set |
2545 | 2545 |
{ |
2546 | 2546 |
if ((value != null)) |
2547 | 2547 |
{ |
2548 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION", value);
|
|
2548 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<MARKUP_INFO_VERSION>("CIModel.FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_INFO_VERSION", value);
|
|
2549 | 2549 |
} |
2550 | 2550 |
} |
2551 | 2551 |
} |
... | ... | |
2821 | 2821 |
[XmlIgnoreAttribute()] |
2822 | 2822 |
[SoapIgnoreAttribute()] |
2823 | 2823 |
[DataMemberAttribute()] |
2824 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFOMARKUPINFO", "DOCINFO")]
|
|
2824 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUP_INFO_DOCINFO", "DOCINFO")]
|
|
2825 | 2825 |
public DOCINFO DOCINFO |
2826 | 2826 |
{ |
2827 | 2827 |
get |
2828 | 2828 |
{ |
2829 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFOMARKUPINFO", "DOCINFO").Value;
|
|
2829 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_MARKUP_INFO_DOCINFO", "DOCINFO").Value;
|
|
2830 | 2830 |
} |
2831 | 2831 |
set |
2832 | 2832 |
{ |
2833 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFOMARKUPINFO", "DOCINFO").Value = value;
|
|
2833 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_MARKUP_INFO_DOCINFO", "DOCINFO").Value = value;
|
|
2834 | 2834 |
} |
2835 | 2835 |
} |
2836 | 2836 |
/// <summary> |
... | ... | |
2842 | 2842 |
{ |
2843 | 2843 |
get |
2844 | 2844 |
{ |
2845 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFOMARKUPINFO", "DOCINFO");
|
|
2845 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_MARKUP_INFO_DOCINFO", "DOCINFO");
|
|
2846 | 2846 |
} |
2847 | 2847 |
set |
2848 | 2848 |
{ |
2849 | 2849 |
if ((value != null)) |
2850 | 2850 |
{ |
2851 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<DOCINFO>("CIModel.FK_DOCINFOMARKUPINFO", "DOCINFO", value);
|
|
2851 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<DOCINFO>("CIModel.FK_MARKUP_INFO_DOCINFO", "DOCINFO", value);
|
|
2852 | 2852 |
} |
2853 | 2853 |
} |
2854 | 2854 |
} |
... | ... | |
2859 | 2859 |
[XmlIgnoreAttribute()] |
2860 | 2860 |
[SoapIgnoreAttribute()] |
2861 | 2861 |
[DataMemberAttribute()] |
2862 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO_VERSION")]
|
|
2862 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO_VERSION")]
|
|
2863 | 2863 |
public EntityCollection<MARKUP_INFO_VERSION> MARKUP_INFO_VERSION |
2864 | 2864 |
{ |
2865 | 2865 |
get |
2866 | 2866 |
{ |
2867 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_INFO_VERSION>("CIModel.FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO_VERSION");
|
|
2867 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_INFO_VERSION>("CIModel.FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO_VERSION");
|
|
2868 | 2868 |
} |
2869 | 2869 |
set |
2870 | 2870 |
{ |
2871 | 2871 |
if ((value != null)) |
2872 | 2872 |
{ |
2873 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_INFO_VERSION>("CIModel.FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO_VERSION", value);
|
|
2873 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_INFO_VERSION>("CIModel.FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO_VERSION", value);
|
|
2874 | 2874 |
} |
2875 | 2875 |
} |
2876 | 2876 |
} |
... | ... | |
2994 | 2994 |
[XmlIgnoreAttribute()] |
2995 | 2995 |
[SoapIgnoreAttribute()] |
2996 | 2996 |
[DataMemberAttribute()] |
2997 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_DATA")]
|
|
2997 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_DATA")]
|
|
2998 | 2998 |
public EntityCollection<MARKUP_DATA> MARKUP_DATA |
2999 | 2999 |
{ |
3000 | 3000 |
get |
3001 | 3001 |
{ |
3002 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_DATA>("CIModel.FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_DATA");
|
|
3002 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_DATA>("CIModel.FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_DATA");
|
|
3003 | 3003 |
} |
3004 | 3004 |
set |
3005 | 3005 |
{ |
3006 | 3006 |
if ((value != null)) |
3007 | 3007 |
{ |
3008 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_DATA>("CIModel.FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_DATA", value);
|
|
3008 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_DATA>("CIModel.FK_MARKUP_DATA_MARKUP_INFO_VERSION", "MARKUP_DATA", value);
|
|
3009 | 3009 |
} |
3010 | 3010 |
} |
3011 | 3011 |
} |
... | ... | |
3016 | 3016 |
[XmlIgnoreAttribute()] |
3017 | 3017 |
[SoapIgnoreAttribute()] |
3018 | 3018 |
[DataMemberAttribute()] |
3019 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO")]
|
|
3019 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO")]
|
|
3020 | 3020 |
public MARKUP_INFO MARKUP_INFO |
3021 | 3021 |
{ |
3022 | 3022 |
get |
3023 | 3023 |
{ |
3024 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO").Value;
|
|
3024 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO").Value;
|
|
3025 | 3025 |
} |
3026 | 3026 |
set |
3027 | 3027 |
{ |
3028 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO").Value = value;
|
|
3028 |
((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO").Value = value;
|
|
3029 | 3029 |
} |
3030 | 3030 |
} |
3031 | 3031 |
/// <summary> |
... | ... | |
3037 | 3037 |
{ |
3038 | 3038 |
get |
3039 | 3039 |
{ |
3040 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO");
|
|
3040 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO");
|
|
3041 | 3041 |
} |
3042 | 3042 |
set |
3043 | 3043 |
{ |
3044 | 3044 |
if ((value != null)) |
3045 | 3045 |
{ |
3046 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO", value);
|
|
3046 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedReference<MARKUP_INFO>("CIModel.FK_MARKUP_INFO_VERSION_MARKUP_INFO", "MARKUP_INFO", value);
|
|
3047 | 3047 |
} |
3048 | 3048 |
} |
3049 | 3049 |
} |
내보내기 Unified diff