Class OverrideAggregationLevel
Inheritance
OverrideAggregationLevel
Assembly: Coordinator.Configuration.Contract.dll
Syntax
public class OverrideAggregationLevel
Constructors
View Source
OverrideAggregationLevel(String, String)
Declaration
public OverrideAggregationLevel([PropertyMap("Name")] string name = null, [PropertyMap("Definition")] string definition = null)
Parameters
Properties
View Source
Definition
The real column which is used to replace RAWMUID.
Declaration
public ConfigElement<string> Definition { get; }
Property Value
View Source
Name
Objective column, generally, it is RAWMUID
Declaration
public ConfigElement<string> Name { get; }
Property Value
Extension Methods