프로젝트

일반

사용자정보

개정판 b63dcfbb

IDb63dcfbb07762fe4064d4368bafc3b5fb0380f89
상위 87d56836
하위 bf5f463c, 5b372dc6

semi 이(가) 약 5년 전에 추가함

markusEntities 추가

Change-Id: Iac863d0665e1d7e6ef8ceb0f709348cfb30966a2

차이점 보기:

ConvertService/ServiceBase/IServiceBase/ConvertItem.cs
99 99
            this._FileName = result;
100 100
        }
101 101

  
102
        //public ConvertItem(string key, string ProjectNo, string ID, string originfilePath, string convertPath, string Status, int currentPageNo, int totalPage, string exception
103
        //    ,string revision, string documentNo, string documentName, string groupName)
104
        //{//세미
105
        //    this._uniqueKey = key;
106
        //    this._projectNumber = ProjectNo;
107
        //    this._convertID = ID;
108
        //    this._originfilePath = originfilePath;
109
        //    this._convertPath = convertPath;
110
        //    this._convertState = Status;
111
        //    this._currentPageNo = currentPageNo;
112
        //    this._totalPage = totalPage;
113
        //    this._exception = exception;
114
        //    this._revision = revision;
115
        //    this._documentNo = documentNo;
116
        //    this._docuemnt_Name = documentName;
117
        //    this._GroupName = groupName;
118

  
119
        //    string result = "";
120
        //    if (originfilePath.Contains("/"))
121
        //    {
122
        //        result = originfilePath.Substring(originfilePath.LastIndexOf("/") + 1);
123
        //    }
124
        //    else
125
        //    {
126
        //        result = originfilePath.Substring(originfilePath.LastIndexOf("%") + 1);
127
        //    }
128
        //    this._FileName = result;
129
        //}
102
        //DataSearch 상단 그리드 Search 
103
        public ConvertItem(string ConvertId ,string ProjectNo, int Status, string documentID, string documentName, string documentNo, string document_URL, string revision, int currentPageNo, int totalPage, string exception, string groupNo)
104
        {//세미
105
            ConvertID = ConvertId;
106
            ProjectNumber = ProjectNo;
107
            ConvertState = (StatusCodeType)Status;
108
            DocumentID = documentID;
109
            DocumnetName = documentName;
110
            DocumnetNo = documentNo;
111
            DocumnetURL = document_URL;
112
            Revision = revision;
113
            CurrentPageNo = currentPageNo;
114
            TotalPage = totalPage;
115
            Exception = exception;
116
            GroupNo = groupNo;
117
        }
130 118

  
131 119

  
132 120
        string _uniqueKey;
......
146 134
        string _docuemnt_Name;
147 135
        string _GroupName;
148 136
        string _documentID;
137
        string _documentURL;
149 138
        string _validation;
150 139
        string _MarkusLink;
151 140

  
......
491 480
        }
492 481

  
493 482
        [DataMember]
483
        public string DocumnetURL
484
        {
485
            get
486
            {
487
                return _documentURL;
488
            }
489
            set
490
            {
491
                if (_documentURL != value)
492
                {
493
                    _documentURL = value;
494
                    OnPropertyChanged("_documentURL");
495

  
496
                }
497
            }
498
        }
499

  
500
            
501

  
502
        [DataMember]
494 503
        public string GroupNo
495 504
        {
496 505
            get

내보내기 Unified diff

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