프로젝트

일반

사용자정보

개정판 f047c8bf

IDf047c8bf0e974f5e5986340ea4dae46ae82c946e
상위 2917ab4a
하위 f85a8cad

semi 이(가) 4년 이상 전에 추가함

DocumentConvert GridViewSelectColumn SelectedItem찾는중

Change-Id: I905023d4852c563b403d9b7e3d5c6aa329c691fd

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseItemsModel.cs
50 50
            ConvertPathFileSearchCommand = new DelegateCommand(ConvertPathFileSearch);
51 51
            Stop_ProcessCommand = new DelegateCommand(Stop_Process);
52 52
            EnterCommand = new DelegateCommand(Enter);
53
            DocumentFilterCommand = new DelegateCommand(DocumentFilter);
53 54
        }
54 55

  
55 56
        #endregion
......
593 594
            }
594 595
        }
595 596

  
596

  
597

  
598 597
        #endregion
599 598

  
600 599
        #region Command
......
612 611
        public DelegateCommand ConvertPathFileSearchCommand { get; private set; }
613 612
        public DelegateCommand Stop_ProcessCommand { get; private set; }
614 613
        public DelegateCommand EnterCommand { get; private set; }
614
        public DelegateCommand DocumentFilterCommand { get; private set; }
615 615

  
616 616
        #endregion
617 617

  
......
1651 1651

  
1652 1652
        #endregion
1653 1653

  
1654
        #region DocumentFilter
1655

  
1656
        /// <summary>
1657
        /// 그리드 상단 Conver 추가 버튼
1658
        /// ProjectNo, DocumentURL, DocumentID, 입력해서 저장 프로시저에서 추가 
1659
        /// </summary>
1660

  
1661
        public void DocumentFilter(object obj)
1662
        {
1663
            try
1664
            {
1665
                if (SearchTimerOn == true)
1666
                {
1667
                    dispatcherTimer.Tick -= new EventHandler(SearchTimer_Tick);
1668
                }
1669
                else
1670
                {
1671
                    dispatcherTimer.Tick -= new EventHandler(Timer_Tick);
1672
                }
1673

  
1674

  
1675
                Views.ConvertDocumentDialog convertDocumentDialog = new Views.ConvertDocumentDialog(SelectedCount.ValueMember, RevisionFilter, Docuemnt_NOFilter, Document_NameFilter, GroupNOFilter, DOCUMENT_URLFilter, UniqueKeyFilter, ProjectNumberFilter.Project_NO);
1676

  
1677
                convertDocumentDialog.Owner = Application.Current.MainWindow;
1678
                convertDocumentDialog.WindowStartupLocation = WindowStartupLocation.CenterOwner;
1679

  
1680
                convertDocumentDialog.ShowDialog();
1681

  
1682
                if (SearchTimerOn == true)
1683
                {
1684
                    dispatcherTimer.Tick += new EventHandler(SearchTimer_Tick);
1685
                }
1686
                else
1687
                {
1688
                    dispatcherTimer.Tick += new EventHandler(Timer_Tick);
1689
                }
1690
            }
1691
            catch (Exception ex)
1692
            {
1693
                MessageBox.Show(ex.ToString());
1694
            }
1695
        }
1696

  
1697
        #endregion
1698

  
1654 1699
        #region ConvertPathFileSearch
1655 1700

  
1656 1701
        /// <summary>

내보내기 Unified diff

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