Search Results for

    Show / Hide Table of Contents

    Class TelematicFunction

    Inheritance
    System.Object
    TelematicFunction
    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.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public class TelematicFunction

    Properties

    | Improve this Doc View Source

    ContextId

    Gets or sets the ContextId

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

    DisplayName

    Gets or sets the DisplayName

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

    Guid

    Gets or sets the Id

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

    IconId

    Gets or sets the icon id

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

    InternalName

    Gets or sets the InternalName

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

    OrderNumber

    Gets or sets the order number (in which

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

    RequiresVehicle

    Gets or sets whether a vehicle is required

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

    ResolverName

    Gets or sets the function data resolver name

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