장비관리를 별도의 프로젝트로 분리 -

개별 프로젝트 참조를 위한 뼈대 생성 - 공용은 fcommon 으로 이 관
This commit is contained in:
chikyun.kim
2018-09-17 15:42:20 +09:00
parent 98ae9c7ad2
commit a873717126
205 changed files with 25207 additions and 7538 deletions

View File

@@ -6002,11 +6002,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string Filter {
get {
try {
return ((string)(this[this.tableEquipmentFilter.FilterColumn]));
if (this.IsFilterNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Filter\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableEquipmentFilter.FilterColumn]));
}
}
set {
@@ -6018,11 +6018,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string Apply {
get {
try {
return ((string)(this[this.tableEquipmentFilter.ApplyColumn]));
if (this.IsApplyNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Apply\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableEquipmentFilter.ApplyColumn]));
}
}
set {
@@ -6034,11 +6034,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string memo {
get {
try {
return ((string)(this[this.tableEquipmentFilter.memoColumn]));
if (this.IsmemoNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableEquipmentFilter.memoColumn]));
}
}
set {