Search Results for

    Show / Hide Table of Contents

    Class PhysicalAddressPOIViewModel

    Represents a physical address poi for the ui

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

    Constructors

    | Improve this Doc View Source

    PhysicalAddressPOIViewModel(PhysicalAddressPOI)

    Initialize new POI

    Declaration
    public PhysicalAddressPOIViewModel(PhysicalAddressPOI poi)
    Parameters
    Type Name Description
    PhysicalAddressPOI poi

    Connected poi

    Properties

    | Improve this Doc View Source

    Latitude

    Gets or sets the latitude value

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

    Longitude

    Gets or sets the longitude value

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

    Model

    Gets or sets the model

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

    OpenInMaps

    Gets or sets the command that shows the poi on a map

    Declaration
    public ICommand OpenInMaps { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx