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
PeriodId
Declaration
public int PeriodId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Unused. |
TemplateName
Declaration
public string TemplateName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The template name this override applies to. |