프로젝트

일반

사용자정보

개정판 5feff9f0

ID5feff9f037cd116a2e177d6a5c7e209abdc4d760
상위 2c634aed
하위 47f89cbb, a224c8b0

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

마지막 정리

Change-Id: I7427bed974c03eaad1c7910df561e77c49b37529

차이점 보기:

ConvertService/ServiceBase/IServiceBase/ConvertItem.cs
112 112
            ProjectNumber = projectNo;
113 113
            ConvertState = (StatusCodeType)Status;
114 114
            UniqueKey = documentID;
115
            DocumnetName = documentName;
116
            DocumnetNo = documentNo;
115
            DocumentName = documentName;
116
            DocumentNo = documentNo;
117 117
            DocumnetURL = document_URL;
118 118
            Revision = revision;
119 119
            CurrentPageNo = currentPageNo;
......
153 153
            Create_User_ID = createUserID;
154 154
            ConvertState = (StatusCodeType)Status;
155 155
            DocInfo_ID = docInfoID;
156
            DocumnetName = documentName;
157
            DocumnetNo = documentNo;
156
            DocumentName = documentName;
157
            DocumentNo = documentNo;
158 158
            Revision = revision;
159 159
            CurrentPageNo = currentPageNo;
160 160
            TotalPage = totalPage;
......
200 200
        string _exception;
201 201
        string _revision;//↓ DOCUMENT_ITEM
202 202
        string _documentNo;
203
        string _docuemnt_Name;
203
        string _document_Name;
204 204
        string _GroupName;
205 205
        string _documentID;
206 206
        string _documentURL;
......
506 506
                if (_revision != value)
507 507
                {
508 508
                    _revision = value;
509
                    OnPropertyChanged("REVISION");
509
                    OnPropertyChanged("Revision");
510 510

  
511 511
                }
512 512
            }
513 513
        }
514 514

  
515 515
        [DataMember]
516
        public string DocumnetNo
516
        public string DocumentNo
517 517
        {
518 518
            get
519 519
            {
......
524 524
                if (_documentNo != value)
525 525
                {
526 526
                    _documentNo = value;
527
                    OnPropertyChanged("DOCUMENT_NO");
527
                    OnPropertyChanged("DocumentNo");
528 528

  
529 529
                }
530 530
            }
531 531
        }
532 532

  
533 533
        [DataMember]
534
        public string DocumnetName
534
        public string DocumentName
535 535
        {
536 536
            get
537 537
            {
538
                return _docuemnt_Name;
538
                return _document_Name;
539 539
            }
540 540
            set
541 541
            {
542
                if (_docuemnt_Name != value)
542
                if (_document_Name != value)
543 543
                {
544
                    _docuemnt_Name = value;
545
                    OnPropertyChanged("DOCUMENT_NAME");
544
                    _document_Name = value;
545
                    OnPropertyChanged("DocumentName");
546 546

  
547 547
                }
548 548
            }
......
560 560
                if (_documentURL != value)
561 561
                {
562 562
                    _documentURL = value;
563
                    OnPropertyChanged("_documentURL");
563
                    OnPropertyChanged("DocumnetURL");
564 564

  
565 565
                }
566 566
            }
......
580 580
                if (_GroupName != value)
581 581
                {
582 582
                    _GroupName = value;
583
                    OnPropertyChanged("GROUP_NO");
583
                    OnPropertyChanged("GroupNo");
584 584

  
585 585
                }
586 586
            }

내보내기 Unified diff

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