Search Results for

    Show / Hide Table of Contents

    Class PersonalAccountTermOfPaymentViewModel

    Represents a PersonalAccountTermOfPaymentViewModel

    Inheritance
    System.Object
    PersonalAccountTermOfPaymentViewModel
    Implements
    ICustomAddonViewModel
    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PersonalAccountTermOfPaymentViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    PersonalAccountTermOfPaymentViewModel(PersonalAccountTermOfPayment)

    Initialize instance

    Declaration
    public PersonalAccountTermOfPaymentViewModel(PersonalAccountTermOfPayment model)
    Parameters
    Type Name Description
    PersonalAccountTermOfPayment model

    Properties

    | Improve this Doc View Source

    AddonViewModel

    Gets or sets the addon viewmodel

    Declaration
    public PersonalAccountTermOfPaymentAddonViewModel AddonViewModel { get; set; }
    Property Value
    Type Description
    PersonalAccountTermOfPaymentAddonViewModel
    | Improve this Doc View Source

    CashDiscount

    Gets or sets the skonto for the term of payment

    Declaration
    public int? CashDiscount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    DaysForCashDiscount

    Gets or sets the days for skonto for the term of payment

    Declaration
    public int? DaysForCashDiscount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Id

    Gets or sets the model property Id as Guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsForPurchase

    Gets or sets the property IsForSale as bool

    Declaration
    public bool IsForPurchase { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsForSale

    Gets or sets the model property IsForSale as bool

    Declaration
    public bool IsForSale { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Model

    Gets the model instance

    Declaration
    public PersonalAccountTermOfPayment Model { get; }
    Property Value
    Type Description
    PersonalAccountTermOfPayment
    | Improve this Doc View Source

    Name

    Gets or sets the model property Name as string

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Number

    Gets or sets a number for the term of payment

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PaymentDeadline

    Gets or sets the payment deadline in days

    Declaration
    public int? PaymentDeadline { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    SelectedTenant

    Gets or sets the tenant ID based on the selected tenant

    Declaration
    public Tenant SelectedTenant { get; set; }
    Property Value
    Type Description
    Tenant
    | Improve this Doc View Source

    Tenants

    Gets all tenants a term of payment can be assigned to

    Declaration
    public ObservableCollection<Tenant> Tenants { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<Tenant>

    Methods

    | Improve this Doc View Source

    GetAddonPrimaryKey()

    Get the primary key of the table IT_PersonalAccount_TermOfPayment_Addon

    Declaration
    public object GetAddonPrimaryKey()
    Returns
    Type Description
    System.Object

    Implements

    ICustomAddonViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx