Search Results for

    Show / Hide Table of Contents

    Class FLEETFLEETINFORMATION

    Inheritance
    System.Object
    FLEETFLEETINFORMATION
    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.BasicService
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    [Serializable]
    public class FLEETFLEETINFORMATION : 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

    COUNTRYCODE

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

    DELTAAREAMON

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

    DELTAETAMON

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

    DLSAVING

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

    FLEETTIMEZONE

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

    FLEETTIMEZONEID

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

    PAGEHEADING

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

    POSTALCODE

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

    REGION

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

    REGIONCODE

    Declaration
    public string REGIONCODE { 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