Search Results for

    Show / Hide Table of Contents

    Class PhysicalAddressViewModel

    Physical address viewmodel

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

    Constructors

    | Improve this Doc View Source

    PhysicalAddressViewModel(ContactManager, ContactViewModel, PhysicalAddress)

    Initialize new address

    Declaration
    public PhysicalAddressViewModel(ContactManager manager, ContactViewModel contact, PhysicalAddress physicalAddress)
    Parameters
    Type Name Description
    ContactManager manager
    ContactViewModel contact
    PhysicalAddress physicalAddress

    Address instance

    Properties

    | Improve this Doc View Source

    AddEMailAddress

    Gets or sets a command to write a new email

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

    Additional01

    Gets or sets the additional01 text

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

    AddPhoneNumber

    Gets or sets the phone number add command

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

    AddPOI

    Gets or sets the command to add an poi

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

    AddPoiFromClipboard

    Gets or sets the command to add a poi from the clipboard content

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

    AddPOIWithMap

    Gets or sets the Command to add a poi with the map editor

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

    CalculateGeoCoordinates

    Gets or sets whether to calculate geo coordinates or not

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

    City

    Gets or sets the address city

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

    CompanyName

    Gets or sets the company name

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

    Country

    Gets or sets the full country name

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

    Country_Iso

    Gets or sets the iso code

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

    District

    Gets or sets the district

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

    EMailAddresses

    Gets all mail addresses

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

    EMailAddressTypes

    Gets or sets all available email addresses

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

    FederalStateId

    Gets or sets the federal state id

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

    FirstName

    Gets or sets the first name

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

    GeoCoordinateStatus

    Gets or sets the resolving status

    Declaration
    public int GeoCoordinateStatus { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsEditable

    Gets or sets whether the address and it's phone data are readonly

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

    ItemsCtrlUpdated

    Gets the source update event of the phonenr itemscontrol

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

    Land

    Gets or sets the local land (e.g. lower saxony)

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

    LanguageId

    Gets or sets the language id

    Declaration
    public int LanguageId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LastName

    Gets or sets the last name

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

    Latitude

    Gets or sets the location latitude

    Declaration
    public double Latitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    LetterSalutation

    Gets or sets the salutation text

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

    Lockbox

    Gets or sets the lockbox number (Postfach)

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

    LockBox_ZipCode

    Gets or sets the lockbox zipcode (Postfach)

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

    Longitude

    Gets or sets the location longitude

    Declaration
    public double Longitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Model

    Gets the physical address model

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

    OpenPOIEditor

    Gets or sets the command to edit an poi

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

    PhoneNumbers

    Gets all phone numbers

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

    PhoneNumberTypes

    Gets or sets all available phone number types

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

    PhysicalAddressKeyId

    Gets or sets the type of the address

    Declaration
    public int PhysicalAddressKeyId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    POIs

    Gets the list of pois

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

    RemoveEMailAddress

    Gets or sets a command to remove a mail address

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

    RemovePhoneNumber

    Gets or sets the Phone-Number remove command

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

    RemovePOI

    Gets or sets the command to remove an poi

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

    Salutation

    Gets or sets the salutation text

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

    SelectedEMailAddress

    Gets or sets the selected mail address

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

    SelectedEMailAddressType

    Gets or sets the currently selected mail address

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

    SelectedPhoneNumberType

    Gets or sets the currently selected mail address

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

    SelectedPOI

    Gets or sets the currently selected poi

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

    Street

    Gets or sets the street name

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

    Title

    Gets or sets the person title

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

    Zipcode

    Gets or sets the Zipcode

    Declaration
    public string Zipcode { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    EnsurePOIs()

    Ensure that the poi system is loaded

    Declaration
    public void EnsurePOIs()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx