Search Results for

    Show / Hide Table of Contents

    Class CommittedDetails

    Inheritance
    System.Object
    CommittedDetails
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class CommittedDetails : Object

    Constructors

    CommittedDetails()

    Declaration
    public CommittedDetails()

    Properties

    PercentPaid

    Declaration
    public Nullable<double> PercentPaid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    TotalActive

    Declaration
    public Nullable<int> TotalActive { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    TotalAssociates

    Declaration
    public Nullable<int> TotalAssociates { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    TotalGv

    Declaration
    public Nullable<double> TotalGv { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    TotalPaid

    Declaration
    public Nullable<double> TotalPaid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX