프로젝트

일반

사용자정보

개정판 f2776d44

IDf2776d444f3d804af5fbfdcb39161177dac8b197
상위 17d21934
하위 02d1e589

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

issue #0000
- date 조건추가 진행 중
- ID2 시작일, ID2 종료일, AVEVA 변환일, AVEVA 검토일

Change-Id: I7eeb9a02b904e56413bdd0660f9884c5aa23ec2f

차이점 보기:

ID2.Manager/ID2.Manager.Common/Informations.cs
82 82
        {
83 83
            get { return _IsSuccess; }
84 84
        }
85

  
86
        private readonly Dictionary<string, string> _DateType = new Dictionary<string, string>()
87
        {
88
            { "ID2StartDate", "ID2 시작일" },
89
            { "ID2EndDate", "ID2 종료일" },
90
            { "AVEVAConvertDate", "AVEVA 변환일" },
91
            { "AVEVAReviewDate", "AVEVA 검토일" }
92
        };
93
        public Dictionary<string, string> DateType
94
        {
95
            get { return _DateType; }
96
        }
85 97
    }
86 98
}

내보내기 Unified diff

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