프로젝트

일반

사용자정보

개정판 a8eeb246

IDa8eeb246b86d5f68cbef2a7fd5e47b2d50ce8761
상위 ec2ce55d
하위 32b2f84d

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

issue #0000
- DocFilePath, DocFileName 삭제

Change-Id: Ie06e93288671e5693363fa3509e3ba867f181b14

차이점 보기:

ID2.Manager/ID2.Manager.Controller/Controllers/DocumentController.cs
81 81
                                     PDFFile = doc.PDFFile,
82 82
                                     MarkupLink = doc.MarkupLink,
83 83
                                     AVEVALink = doc.AVEVALink,
84
                                     DocFilePath = doc.DocFilePath,
85
                                     DocFileName = doc.DocFileName,
86 84
                                     JobLevel = doc.JobLevel,
87 85
                                     IsTypical = doc.IsTypical,
88 86
                                     PersonInCharge = doc.PersonInCharge,
ID2.Manager/ID2.Manager.Data/Models/Documents.cs
45 45
        [DataMember]
46 46
        public string AVEVALink { get; set; }
47 47
        [DataMember]
48
        public string DocFilePath { get; set; }
49
        [DataMember]
50
        public string DocFileName { get; set; }
51
        [DataMember]
52 48
        public string JobLevel { get; set; }
53 49
        [DataMember]
54 50
        public string IsTypical { get; set; }
......
204 200

  
205 201
            bool result = other != null && this.DocumentNo == other.DocumentNo && this.RevisonNo == other.RevisonNo && this.RefProjectCode == other.RefProjectCode && this.IsLatest == other.IsLatest
206 202
                && this.AutoCADFilie == other.AutoCADFilie && this.PDFFile == other.PDFFile && this.MarkupLink == other.MarkupLink && this.AVEVALink == other.AVEVALink
207
                && this.DocFilePath == other.DocFilePath && this.DocFileName == other.DocFileName && this.JobLevel == other.JobLevel && this.IsTypical == other.IsTypical
203
                && this.JobLevel == other.JobLevel && this.IsTypical == other.IsTypical
208 204
                && this.PersonInCharge == other.PersonInCharge && this.IsDeleted == other.IsDeleted && this.ToIsDiscussion == other.ToIsDiscussion && this.ToRemarks == other.ToRemarks
209 205
                && this.ToCreator == other.ToCreator && this.ToCapture == other.ToCapture && this.ToIsMarkup == other.ToIsMarkup
210 206
                && this.FrReviewStatus == other.FrReviewStatus && this.FrRemarks == other.FrRemarks && this.FrCreator == other.FrCreator
......
229 225
        {
230 226
            return this.DocumentNo.GetNullableHash() + this.RevisonNo.GetNullableHash() + this.RefProjectCode.GetNullableHash() + this.IsLatest.GetNullableHash()
231 227
                + this.AutoCADFilie.GetNullableHash() + this.PDFFile.GetNullableHash() + this.MarkupLink.GetNullableHash() + this.AVEVALink.GetNullableHash()
232
                + this.DocFilePath.GetNullableHash() + this.DocFileName.GetNullableHash() + this.JobLevel.GetNullableHash() + this.IsTypical.GetNullableHash()
228
                + this.JobLevel.GetNullableHash() + this.IsTypical.GetNullableHash()
233 229
                + this.PersonInCharge.GetNullableHash() + this.IsDeleted.GetNullableHash() + this.ToIsDiscussion.GetNullableHash() + this.ToRemarks.GetNullableHash()
234 230
                + this.ToCreator.GetNullableHash() + this.ToCapture.GetNullableHash() + this.ToIsMarkup.GetNullableHash()
235 231
                + this.FrReviewStatus.GetNullableHash() + this.FrRemarks.GetNullableHash() + this.FrCreator.GetNullableHash()

내보내기 Unified diff

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