Search Results for

    Show / Hide Table of Contents

    Class LogRealtimeRankAdvanceHookRequest

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

    Constructors

    LogRealtimeRankAdvanceHookRequest()

    Declaration
    public LogRealtimeRankAdvanceHookRequest()

    Properties

    AssociateId

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

    Date

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

    Kpis

    Declaration
    public Dictionary<string, Kpi> Kpis { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Kpi>

    NewRank

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

    OldRank

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

    Period

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