Class TelematicInQueueScript
Represents a Telematic in queue script
Inheritance
System.Object
TelematicInQueueScript
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 TelematicInQueueScript
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 |
HandlerPath
Gets or sets the handler path
Declaration
public string HandlerPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SystemId
Gets or sets the system id
Declaration
public Guid SystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |