Search Results for

    Show / Hide Table of Contents

    Class Party

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

    Constructors

    Party()

    Declaration
    public Party()

    Properties

    Address

    Declaration
    public Address Address { get; set; }
    Property Value
    Type Description
    Address

    AssociateID

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

    AwardedDate

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

    BeginDate

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

    BookingsCount

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

    CanCloseParty

    Declaration
    public bool CanCloseParty { get; set; }
    Property Value
    Type Description
    System.Boolean

    ClosedDate

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

    Description

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

    Directions

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

    EndDate

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

    EndTime

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

    HostEmail

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

    HostID

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

    ID

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

    OrderDeliveryType

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

    ParentPartyID

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

    PartyDate

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

    StartTime

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

    Status

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