프로젝트 스케쥴 오류 수정

This commit is contained in:
chi
2025-04-08 08:23:48 +09:00
parent 8ac3600ec1
commit 8e76ee9692
10 changed files with 796 additions and 259 deletions

View File

@@ -14340,11 +14340,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string projectName {
get {
try {
return ((string)(this[this.tableJobReport.projectNameColumn]));
if (this.IsprojectNameNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'projectName\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.projectNameColumn]));
}
}
set {
@@ -14356,11 +14356,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string uid {
get {
try {
return ((string)(this[this.tableJobReport.uidColumn]));
if (this.IsuidNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'uid\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.uidColumn]));
}
}
set {
@@ -14372,11 +14372,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string requestpart {
get {
try {
return ((string)(this[this.tableJobReport.requestpartColumn]));
if (this.IsrequestpartNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'requestpart\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.requestpartColumn]));
}
}
set {
@@ -14388,11 +14388,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string package {
get {
try {
return ((string)(this[this.tableJobReport.packageColumn]));
if (this.IspackageNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'package\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.packageColumn]));
}
}
set {
@@ -14404,11 +14404,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string status {
get {
try {
return ((string)(this[this.tableJobReport.statusColumn]));
if (this.IsstatusNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'status\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.statusColumn]));
}
}
set {
@@ -14420,11 +14420,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string type {
get {
try {
return ((string)(this[this.tableJobReport.typeColumn]));
if (this.IstypeNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.typeColumn]));
}
}
set {
@@ -14436,11 +14436,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string process {
get {
try {
return ((string)(this[this.tableJobReport.processColumn]));
if (this.IsprocessNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'process\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.processColumn]));
}
}
set {
@@ -14452,11 +14452,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string description {
get {
try {
return ((string)(this[this.tableJobReport.descriptionColumn]));
if (this.IsdescriptionNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'description\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.descriptionColumn]));
}
}
set {
@@ -14468,11 +14468,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string remark {
get {
try {
return ((string)(this[this.tableJobReport.remarkColumn]));
if (this.IsremarkNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'remark\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.remarkColumn]));
}
}
set {
@@ -14554,11 +14554,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string description2 {
get {
try {
return ((string)(this[this.tableJobReport.description2Column]));
if (this.Isdescription2Null()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'description2\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.description2Column]));
}
}
set {
@@ -14570,11 +14570,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string tag {
get {
try {
return ((string)(this[this.tableJobReport.tagColumn]));
if (this.IstagNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'tag\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableJobReport.tagColumn]));
}
}
set {