Search Results for

    Show / Hide Table of Contents

    Class TelematicFunctionSystem

    Inheritance
    System.Object
    TelematicFunctionSystem
    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 TelematicFunctionSystem

    Properties

    | Improve this Doc View Source

    DlrClassName

    gets or sets the dlr class name

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

    FunctionId

    Gets or sets the function id

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

    Guid

    Gets or sets the unique ident

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

    HandlerPath

    Gets or sets the handler path

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

    SystemId

    Gets or sets the system id

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