Class TelematicWorkflowContactConfiguration
Telematic Workflow Contact assignment
Inheritance
System.Object
TelematicWorkflowContactConfiguration
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 TelematicWorkflowContactConfiguration
Properties
| Improve this Doc View SourceContactId
Gets or sets the ContactId
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TelematicLoadWorkflowId
Gets or sets the TelematicLoadWorkflowId
Declaration
public Guid? TelematicLoadWorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TelematicUnloadWorkflowId
Gets or sets the TelematicUnloadWorkflowId
Declaration
public Guid? TelematicUnloadWorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |