コード例 #1
0
ファイル: ExportAttribute.cs プロジェクト: chn-gd-st-zp/Spear
 public ExportAggregateAttribute(int index, string title, Type dataType, Enum_AggregateType eAggregateType, string dataFormat = "", string prefix = "", string suffix = "", int enlargement = 1)
     : base(index, title, dataType, dataFormat, prefix, suffix, enlargement)
 {
     EAggregateType = eAggregateType;
 }
コード例 #2
0
ファイル: ExportAttribute.cs プロジェクト: chn-gd-st-zp/Spear
 public ExportAggregateAttribute(int index, string title, Type dataType, Enum_AggregateType eAggregateType)
     : base(index, title, dataType)
 {
     EAggregateType = eAggregateType;
 }