Class Period
Inheritance
System.Object
Period
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Period : Object
Constructors
Period()
Declaration
Properties
Begin
Declaration
public DateTime Begin { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Details
Declaration
public CommittedDetails Details { get; set; }
Property Value
End
Declaration
public DateTime End { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsCommitted
Declaration
public bool IsCommitted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PercentPaid
Declaration
public double PercentPaid { get; set; }
Property Value
Type |
Description |
System.Double |
|
PeriodId
Declaration
public Nullable<int> PeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PeriodType
Declaration
public PeriodType PeriodType { get; set; }
Property Value
TemplateName
Declaration
public string TemplateName { get; set; }
Property Value
Type |
Description |
System.String |
|
TemplateRevision
Declaration
public string TemplateRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalActive
Declaration
public int TotalActive { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TotalAssociates
Declaration
public int TotalAssociates { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TotalGv
Declaration
public double TotalGv { get; set; }
Property Value
Type |
Description |
System.Double |
|
TotalPaid
Declaration
public double TotalPaid { get; set; }
Property Value
Type |
Description |
System.Double |
|