Search Results for

    Show / Hide Table of Contents

    Class PeriodData

    Inheritance
    System.Object
    PeriodData
    Namespace: DirectScale.Disco.Extension.Hooks.Commissions
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class PeriodData : Object

    Constructors

    PeriodData()

    Declaration
    public PeriodData()

    Properties

    Earnings

    Declaration
    public double Earnings { get; set; }
    Property Value
    Type Description
    System.Double

    EndDate

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Fee

    Declaration
    public double Fee { get; set; }
    Property Value
    Type Description
    System.Double

    PaidAsRank

    Declaration
    public int PaidAsRank { get; set; }
    Property Value
    Type Description
    System.Int32

    PaidAsRankDescription

    Declaration
    public string PaidAsRankDescription { get; set; }
    Property Value
    Type Description
    System.String

    PeriodDescription

    Declaration
    public string PeriodDescription { get; set; }
    Property Value
    Type Description
    System.String

    PeriodId

    Declaration
    public int PeriodId { get; set; }
    Property Value
    Type Description
    System.Int32

    PeriodTypeId

    Declaration
    public int PeriodTypeId { get; set; }
    Property Value
    Type Description
    System.Int32

    PreviousBalance

    Declaration
    public double PreviousBalance { get; set; }
    Property Value
    Type Description
    System.Double

    StartDate

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Total

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