Class ContactCleaningStationList
A Class that represents a connection between a CleaningStationList and a Contact
Inheritance
System.Object
ContactCleaningStationList
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 ContactCleaningStationList
Properties
| Improve this Doc View SourceCleaningStationListId
Gets or sets the id of a CleaningStationList
Declaration
public Guid CleaningStationListId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ContactId
Gets or sets the id of a Contact
Declaration
public Guid ContactId { 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 |