Search Results for

    Show / Hide Table of Contents

    Class FieldDef

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

    Properties

    | Improve this Doc View Source

    Behavior

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

    CopyFrom

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

    FieldDefID

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

    FormLayout

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

    Name

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

    Searchable

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

    SemanticsDef

    Declaration
    public SemanticsDefSemantics[] SemanticsDef { get; set; }
    Property Value
    Type Description
    SemanticsDefSemantics[]
    | Improve this Doc View Source

    SuppressInVehicle

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

    Type

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

    VhcLayout

    Declaration
    public VhcLayout VhcLayout { get; set; }
    Property Value
    Type Description
    VhcLayout

    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