Search Results for

    Show / Hide Table of Contents

    Class LocationDescription

    Inheritance
    System.Object
    LocationDescription
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Telematic.FleetBoard.PosService
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    [Serializable]
    public class LocationDescription : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    City

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

    Country

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

    County

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

    Distance

    Declaration
    public float Distance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DistanceSpecified

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

    District

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

    HouseNumber

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

    id

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

    Label

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

    Latitude

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

    LatitudeSpecified

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

    Longitude

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

    LongitudeSpecified

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

    PostalCode

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

    State

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

    Street

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

    Methods

    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx