Class CleaningPreOrderManager
Inheritance
System.Object
CleaningPreOrderManager
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.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningPreOrderManager
Constructors
| Improve this Doc View SourceCleaningPreOrderManager()
Initialize new cleaning manager
Declaration
public CleaningPreOrderManager()
Methods
| Improve this Doc View SourceTournrUniqueCheck(String, Guid)
Checks wherther the given Tournr is unique
Declaration
public bool TournrUniqueCheck(string tournr, Guid tourId)
Parameters
Type | Name | Description |
---|---|---|
System.String | tournr | The tournr that will be checked |
System.Guid | tourId |
Returns
Type | Description |
---|---|
System.Boolean | Returns true when the tournr is unique and false when not |