개정판 86c0a45e
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