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 SourceDlrClassName
gets or sets the dlr class name
Declaration
public string DlrClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FunctionId
Gets or sets the function id
Declaration
public Guid FunctionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the unique ident
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
HandlerPath
Gets or sets the handler path
Declaration
public string HandlerPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SystemId
Gets or sets the system id
Declaration
public Guid SystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |