개정판 2aa2a446
issue #0000
ID2 작업여부
- Model 삭제
- DB 삭제
- 조회조건 및 crud 제거, 디자인 수정
- Excel 주석
마크업 여부
- Model 삭제
- DB 삭제
- crud 제거, 디자인 수정
Change-Id: I74bcd49d0e6199dd1396c5e44891b919722644fb
ID2.Manager/ID2.Manager.Data/Models/Documents.cs | ||
---|---|---|
93 | 93 |
public string ToCreator { get; set; } |
94 | 94 |
public int ToCapture { get; set; } |
95 | 95 |
[DataMember] |
96 |
public string ToIsMarkup { get; set; } |
|
97 |
[DataMember] |
|
98 | 96 |
public string FrReviewStatus { get; set; } |
99 | 97 |
[DataMember] |
100 | 98 |
public string FrRemarks { get; set; } |
... | ... | |
102 | 100 |
public string FrCreator { get; set; } |
103 | 101 |
public int FrCapture { get; set; } |
104 | 102 |
[DataMember] |
105 |
public string FrIsMarkup { get; set; } |
|
106 |
[DataMember] |
|
107 |
public string IsID2Work { get; set; } |
|
108 |
[DataMember] |
|
109 | 103 |
public string ID2Connection { get; set; } |
110 | 104 |
[DataMember] |
111 | 105 |
public DateTime? ID2StartDate { get; set; } |
... | ... | |
182 | 176 |
&& this.RefProjectCode == other.RefProjectCode && this.IsLatest == other.IsLatest && this.AutoCADFilie == other.AutoCADFilie && this.PDFFile == other.PDFFile |
183 | 177 |
&& this.MarkupLink == other.MarkupLink && this.AVEVALink == other.AVEVALink && this.JobLevel == other.JobLevel && this.IsTypical == other.IsTypical |
184 | 178 |
&& this.PersonInCharge == other.PersonInCharge && this.IsDeleted == other.IsDeleted && this.ToIsDiscussion == other.ToIsDiscussion && this.ToRemarks == other.ToRemarks |
185 |
&& this.ToCreator == other.ToCreator && this.ToIsMarkup == other.ToIsMarkup
|
|
179 |
&& this.ToCreator == other.ToCreator |
|
186 | 180 |
&& this.FrReviewStatus == other.FrReviewStatus && this.FrRemarks == other.FrRemarks && this.FrCreator == other.FrCreator |
187 |
&& this.FrIsMarkup == other.FrIsMarkup && this.IsID2Work == other.IsID2Work && this.ID2Connection == other.ID2Connection
|
|
181 |
&& this.ID2Connection == other.ID2Connection |
|
188 | 182 |
&& this.ID2StartDate == other.ID2StartDate && this.ID2EndDate == other.ID2EndDate && this.ID2Status == other.ID2Status |
189 | 183 |
&& this.ID2Issues == other.ID2Issues && this.AVEVAConnection == other.AVEVAConnection && this.AVEVAConvertDate == other.AVEVAConvertDate && this.AVEVAReviewDate == other.AVEVAReviewDate |
190 | 184 |
&& this.AVEVAStatus == other.AVEVAStatus && this.AVEVAIssues == other.AVEVAIssues && this.ReviewFilePath == other.ReviewFilePath && this.ReviewFileName == other.ReviewFileName |
... | ... | |
207 | 201 |
+ this.RefProjectCode.GetNullableHash() + this.IsLatest.GetNullableHash() + this.AutoCADFilie.GetNullableHash() + this.PDFFile.GetNullableHash() |
208 | 202 |
+ this.MarkupLink.GetNullableHash() + this.AVEVALink.GetNullableHash() + this.JobLevel.GetNullableHash() + this.IsTypical.GetNullableHash() |
209 | 203 |
+ this.PersonInCharge.GetNullableHash() + this.IsDeleted.GetNullableHash() + this.ToIsDiscussion.GetNullableHash() + this.ToRemarks.GetNullableHash() |
210 |
+ this.ToCreator.GetNullableHash() + this.ToIsMarkup.GetNullableHash()
|
|
204 |
+ this.ToCreator.GetNullableHash() |
|
211 | 205 |
+ this.FrReviewStatus.GetNullableHash() + this.FrRemarks.GetNullableHash() + this.FrCreator.GetNullableHash() |
212 |
+ this.FrIsMarkup.GetNullableHash() + this.IsID2Work.GetNullableHash() + this.ID2Connection.GetNullableHash()
|
|
206 |
+ this.ID2Connection.GetNullableHash() |
|
213 | 207 |
+ this.ID2StartDate.GetNullableHash() + this.ID2EndDate.GetNullableHash() + this.ID2Status.GetNullableHash() |
214 | 208 |
+ this.ID2Issues.GetNullableHash() + this.AVEVAConnection.GetNullableHash() + this.AVEVAConvertDate.GetNullableHash() + this.AVEVAReviewDate.GetNullableHash() |
215 | 209 |
+ this.AVEVAStatus.GetNullableHash() + this.AVEVAIssues.GetNullableHash() + this.ReviewFilePath.GetNullableHash() + this.ReviewFileName.GetNullableHash() |
내보내기 Unified diff