Search Results for

    Show / Hide Table of Contents

    Class ContactRegionViewModel

    Represents a ContactRegionViewModel

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

    Constructors

    | Improve this Doc View Source

    ContactRegionViewModel(ContactRegion)

    Initialize instance

    Declaration
    public ContactRegionViewModel(ContactRegion model)
    Parameters
    Type Name Description
    ContactRegion model

    Properties

    | 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

    AddonViewModel

    Gets or sets the addon viewmodel

    Declaration
    public ContactRegionAddonViewModel AddonViewModel { get; set; }
    Property Value
    Type Description
    ContactRegionAddonViewModel
    | 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

    InternName

    Gets or sets the model property InternName as string

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

    Model

    Gets the model instance

    Declaration
    public ContactRegion Model { get; }
    Property Value
    Type Description
    ContactRegion
    | 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 the model property Number as int

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GetAddonPrimaryKey()

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