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; }
public ExportAggregateAttribute(int index, string title, Type dataType, Enum_AggregateType eAggregateType) : base(index, title, dataType) { EAggregateType = eAggregateType; }