Show / Hide Table of Contents

Class OverrideAggregationLevel

Inheritance
Object
OverrideAggregationLevel
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.Coordinator.Configuration.Contract
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
Type Name Description
String name
String definition

Properties

View Source

Definition

The real column which is used to replace RAWMUID.

Declaration
public ConfigElement<string> Definition { get; }
Property Value
Type Description
ConfigElement<String>
View Source

Name

Objective column, generally, it is RAWMUID

Declaration
public ConfigElement<string> Name { get; }
Property Value
Type Description
ConfigElement<String>

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX