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 SourceTaxGroupViewModel(TaxGroup)
Initialize instance
Declaration
public TaxGroupViewModel(TaxGroup model)
Parameters
Type | Name | Description |
---|---|---|
TaxGroup | model |
Properties
| Improve this Doc View SourceAccountTypeTenantId
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> |
AddCountry
Declaration
public ICommand AddCountry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
AllCountries
Gets a list of selectable categories
Declaration
public ObservableCollection<CountryViewModel> AllCountries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CountryViewModel> |
Countries
Gets all categories
Declaration
public ObservableCollection<CountryViewModel> Countries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CountryViewModel> |
Id
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSelectable
Gets or sets the model property IsSelectable as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the model instance
Declaration
public TaxGroup Model { get; }
Property Value
Type | Description |
---|---|
TaxGroup |
Name
Gets or sets the model property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |