프로젝트

일반

사용자정보

개정판 86c0a45e

ID86c0a45ee993098566030aed2546d8549347a3b3
상위 edde144e
하위 fef5b613

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

dev issue #000 : add bulk attribute

Change-Id: I1ec51677e3f1513a79bd8a3cf667f13d1070d6f2

차이점 보기:

DTI_PID/SPPIDConverter/SPPIDModel/ETCSetting.cs
1
using System;
1
using Converter.SPPID.SPPIDModel;
2
using DevExpress.XtraSpreadsheet.Model;
3
using System;
2 4
using System.Collections.Generic;
3 5
using System.Linq;
4 6
using System.Text;
......
25 27
        public Model.Location NoteLocation { get; set; }
26 28
        public Model.Location LineNumberLocation { get; set; }
27 29

  
30
        public List<BulkAttribute> BulkAttributes { get; set; } 
31

  
32
        public ETCSetting()
33
        {
34
            BulkAttributes = new List<BulkAttribute>();
35
        }
36

  
28 37
        public static ETCSetting GetInstance()
29 38
        {
30 39
            if (setting == null)

내보내기 Unified diff

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