Class PersonalAccountViewModel
Personal account viewmodel
Inheritance
System.Object
PersonalAccountViewModel
Implements
ICustomAddonViewModel
Assembly: Simplic.PlugIn.SAC.dll
public class PersonalAccountViewModel : ExtendableViewModel
Constructors
|
Improve this Doc
View Source
Initialize new personal account view model
Declaration
public PersonalAccountViewModel(PersonalAccount personalAccount)
Parameters
Properties
|
Improve this Doc
View Source
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
Gets or sets the account type
Declaration
public PersonalAccountType AccountType { get; set; }
Property Value
|
Improve this Doc
View Source
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
Gets or sets the addon viewmodel
Declaration
public PersonalAccountAddonViewModel AddonViewModel { get; set; }
Property Value
|
Improve this Doc
View Source
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
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
Gets or sets the credit limit.
Declaration
public string CreditLimit { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gets or sets the creditworthiness.
Declaration
public string Creditworthiness { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Guid CurrencyGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Gets or sets the dunning group
Declaration
public Guid DunningGroupId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Gets or sets the external customer number
Declaration
public string ExternCustomerNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
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
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
Gets or sets the insurance.
Declaration
public double? Insurance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
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
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
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
Declaration
public bool IsNoSampleAccount { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
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
Gets the account viewmodel
Declaration
public PersonalAccount Model { get; }
Property Value
|
Improve this Doc
View Source
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
Declaration
public BankAccount PrimaryBankAccount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Guid? PrimaryBankAccountGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
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
Gets or sets the NumberSequence
Declaration
public Guid? SequenceNumberId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
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
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
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
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
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
Gets or sets the personal account tenant instance
Declaration
public PersonalAccountTenant Tenant { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets the tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public Guid TermOfPaymentPurchaseGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public Guid TermOfPaymentSaleGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
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
Get the primary key of the table IT_PersonalAccount_Addon
Declaration
public object GetAddonPrimaryKey()
Returns
Type |
Description |
System.Object |
|
Implements
ICustomAddonViewModel