Search Results for

    Show / Hide Table of Contents

    Class TaxGroupViewModel

    Represents a TaxGroupViewModel

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

    Constructors

    | Improve this Doc View Source

    TaxGroupViewModel(TaxGroup)

    Initialize instance

    Declaration
    public TaxGroupViewModel(TaxGroup model)
    Parameters
    Type Name Description
    TaxGroup model

    Properties

    | Improve this Doc View Source

    AccountTypeTenantId

    Gets or sets the TenantId of the model for this AccountType

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

    AddCountry

    Declaration
    public ICommand AddCountry { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    AllCountries

    Gets a list of selectable categories

    Declaration
    public ObservableCollection<CountryViewModel> AllCountries { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<CountryViewModel>
    | Improve this Doc View Source

    Countries

    Gets all categories

    Declaration
    public ObservableCollection<CountryViewModel> Countries { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<CountryViewModel>
    | 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

    IsSelectable

    Gets or sets the model property IsSelectable as bool

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

    Model

    Gets the model instance

    Declaration
    public TaxGroup Model { get; }
    Property Value
    Type Description
    TaxGroup
    | 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx