Class ContactCleaningInformation
Represents the connection between a contact and a cleaning procedure.
It's needed to select a customer prodedure id which will be set when a customer is selected in a cleaning order.
Inheritance
System.Object
ContactCleaningInformation
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.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public class ContactCleaningInformation
Properties
| Improve this Doc View SourceContactId
Gets or sets the contact id.
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
CustomerProcedureId
Gets or sets the customer procedure id.
References a CleaningProcedure.
Declaration
public Guid? CustomerProcedureId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |