프로젝트

일반

사용자정보

개정판 c0b49a75

IDc0b49a75a899a072b5aa09afc64ebc91d5136800
상위 c63f3efc
하위 d016bfd6

김태성이(가) 일년 이상 전에 추가함

issue #00000 MarkupText data member 추가

Change-Id: I48db361b09c54d8259a9eab4d58d2b64db2d7e95

차이점 보기:

ID2.Manager/ID2.Manager.Data/Models/Documents.cs
120 120
        [DataMember]
121 121
        public string DTRemarks { get; set; }
122 122

  
123
        public List<MarkupText> MarkupTextList { get; set; }
124

  
123 125
        public override bool Equals(object obj)
124 126
        {
125 127
            return Equals(obj as Documents);
......
139 141
                && this.AVEVAStatus == other.AVEVAStatus && this.AVEVAIssues == other.AVEVAIssues && this.ReviewFilePath == other.ReviewFilePath && this.ReviewFileName == other.ReviewFileName
140 142
                && this.ProdReviewer == other.ProdReviewer && this.ProdIsResult == other.ProdIsResult && this.ProdRemarks == other.ProdRemarks && this.ClientReviewer == other.ClientReviewer
141 143
                && this.ClientIsResult == other.ClientIsResult && this.ClientRemarks == other.ClientRemarks && this.DTIsGateWay == other.DTIsGateWay && this.DTIsImport == other.DTIsImport
142
                && this.DTIsRegSystem == other.DTIsRegSystem && this.DTRemarks == other.DTRemarks;
144
                && this.DTIsRegSystem == other.DTIsRegSystem && this.DTRemarks == other.DTRemarks
145
                && this.MarkupTextList == other.MarkupTextList;
143 146

  
144 147
        }
145 148
        public override int GetHashCode()
......
156 159
                + this.AVEVAStatus.GetHashCode() + this.AVEVAIssues.GetHashCode() + this.ReviewFilePath.GetHashCode() + this.ReviewFileName.GetHashCode()
157 160
                + this.ProdReviewer.GetHashCode() + this.ProdIsResult.GetHashCode() + this.ProdRemarks.GetHashCode() + this.ClientReviewer.GetHashCode()
158 161
                + this.ClientIsResult.GetHashCode() + this.ClientRemarks.GetHashCode() + this.DTIsGateWay.GetHashCode() + this.DTIsImport.GetHashCode()
159
                + this.DTIsRegSystem.GetHashCode() + this.DTRemarks.GetHashCode();
162
                + this.DTIsRegSystem.GetHashCode() + this.DTRemarks.GetHashCode()
163
                + this.MarkupTextList.GetHashCode();
160 164
        }
161 165

  
162 166
        //public class DocumentsComparer : IEqualityComparer<Documents>

내보내기 Unified diff

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