Class OverridePeriod
Used to determin if a CommissionOverride is valid for a specific period.
Inheritance
System.Object
OverridePeriod
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class OverridePeriod : Object
Constructors
OverridePeriod()
Declaration
public OverridePeriod()
Properties
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | Used to determine if the override is active. See Begin and End. |
PeriodId
Declaration
public int PeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Unused. |
TemplateName
Declaration
public string TemplateName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template name this override applies to. |