Class OnCodeRequiredEventArgs
Eventarguments for using a value assigned to a cleaning code
Inheritance
System.Object
System.EventArgs
OnCodeRequiredEventArgs
Inherited Members
System.EventArgs.Empty
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 OnCodeRequiredEventArgs : EventArgs
Properties
| Improve this Doc View SourceCodeId
Declaration
public Guid CodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Remove
Declaration
public bool Remove { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValueId
Declaration
public Guid ValueId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |