Search Results for

    Show / Hide Table of Contents

    Class PersonalAccountViewModel

    Personal account viewmodel

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

    Constructors

    | Improve this Doc View Source

    PersonalAccountViewModel(PersonalAccount)

    Initialize new personal account view model

    Declaration
    public PersonalAccountViewModel(PersonalAccount personalAccount)
    Parameters
    Type Name Description
    PersonalAccount personalAccount

    Properties

    | Improve this Doc View Source

    AccountNumber

    Gets or sets the property AccountNumber as long

    Declaration
    public long AccountNumber { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    AccountType

    Gets or sets the account type

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

    AccountTypeId

    Gets or sets the property AccountType as Guid

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

    AddonViewModel

    Gets or sets the addon viewmodel

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

    CollectiveInvoice

    Gets or sets whether to send collective invoices or not

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

    CounterPartNumber

    Gets or sets the current counter part number

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

    CreditLimit

    Gets or sets the credit limit.

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

    Creditworthiness

    Gets or sets the creditworthiness.

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

    CurrencyGuid

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

    DunningGroupId

    Gets or sets the dunning group

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

    ExternCustomerNumber

    Gets or sets the external customer number

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

    GLAGroupGuid

    Gets or sets the Guid of the PersonalAccount General Ledger Account Group

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

    GrossInvoice

    Gets or sets whether to send gross invoices or not

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

    Insurance

    Gets or sets the insurance.

    Declaration
    public double? Insurance { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    IntraStatGuid

    Gets or sets the Guid of the IntraStat group

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

    InvoicingGroupGuid

    Gets or sets the Guid of the invoicing group

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

    IsDeleted

    Gets or sets whether the personal account is deleted

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

    IsNoSampleAccount

    Gets whether the

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

    IsSampleAccount

    Gets or sets the property IsSampleAccount as bool

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

    LookupParametersType

    Gets the personal account parameter (ltb)

    Declaration
    public IDictionary<string, object> LookupParametersType { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    MainPersonalAccountId

    Gets or sets the main personal account

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

    Model

    Gets the account viewmodel

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

    Number

    Gets or sets the property PersonalAccountNumber as string

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

    PrimaryBankAccount

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

    PrimaryBankAccountGuid

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

    SampleAccountName

    Gets or sets the property SampleAccountName as string

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

    SequenceNumberId

    Gets or sets the NumberSequence

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

    ShippingAddressGuid

    Gets or sets the Guid of the shipping address

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

    ShippingTypeGuid

    Gets or sets the Guid of the shipping type

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

    StateId

    Gets or sets the personal account state

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

    SummarizeAccountNumber

    Gets or sets the summarize account number

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

    TaxGroupGuid

    Gets or sets the Guid of the tax group

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

    Tenant

    Gets or sets the personal account tenant instance

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

    TenantId

    Gets or sets the tenant id

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

    TermOfPaymentPurchaseGuid

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

    TermOfPaymentSaleGuid

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

    UseCredit

    Gets or sets whether to prefer credits instead of invoices

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

    Methods

    | Improve this Doc View Source

    GetAddonPrimaryKey()

    Get the primary key of the table IT_PersonalAccount_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