Class TelematicCard
Inheritance
System.Object
TelematicCard
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.PlugIn.Logistics.Telematic
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TelematicCard
Constructors
| Improve this Doc View SourceTelematicCard()
Declaration
public TelematicCard()
Properties
| Improve this Doc View SourceEmploymentId
Gets or sets the EmploymentId
Declaration
public Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the Number
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TelematicSystemId
Gets or sets the TelematicSystemId
Declaration
public Guid TelematicSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |