프로젝트

일반

사용자정보

개정판 e54644ad

IDe54644ad1522d7ff45f430b99c1b23ec0b4b7c5a
상위 560ebc26
하위 ff23bb5c

유성호이(가) 일년 이상 전에 추가함

issue #0000
document class
- equals 에 AttFiles 비교 추가

Change-Id: I70e6d8fd97fd0f3ca8fe42a965a1c02858d5609b

차이점 보기:

ID2.Manager/ID2.Manager.Data/Models/Documents.cs
198 198
                && this.ProdReviewer == other.ProdReviewer && this.ProdIsResult == other.ProdIsResult && this.ProdRemarks == other.ProdRemarks && this.ClientReviewer == other.ClientReviewer
199 199
                && this.ClientIsResult == other.ClientIsResult && this.ClientRemarks == other.ClientRemarks && this.DTIsGateWay == other.DTIsGateWay && this.DTIsImport == other.DTIsImport
200 200
                && this.DTIsRegSystem == other.DTIsRegSystem && this.DTRemarks == other.DTRemarks
201
                && this.Markups == other.Markups;
201
                && this.Markups == other.Markups && this.AttFiles == other.AttFiles;
202 202

  
203 203
        }
204 204
        public override int GetHashCode()
......
216 216
                + this.ProdReviewer.GetNullableHash() + this.ProdIsResult.GetNullableHash() + this.ProdRemarks.GetNullableHash() + this.ClientReviewer.GetNullableHash()
217 217
                + this.ClientIsResult.GetNullableHash() + this.ClientRemarks.GetNullableHash() + this.DTIsGateWay.GetNullableHash() + this.DTIsImport.GetNullableHash()
218 218
                + this.DTIsRegSystem.GetNullableHash() + this.DTRemarks.GetNullableHash()
219
                + this.Markups.GetNullableHash();
219
                + this.Markups.GetNullableHash() + this.AttFiles.GetNullableHash();
220 220
        }
221 221

  
222 222
        public class DocumentsKeyComparer : IEqualityComparer<Documents>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)