Class CleaningProcessProgram
Contains a cleaning programm
Inheritance
System.Object
CleaningProcessProgram
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 CleaningProcessProgram
Properties
| Improve this Doc View SourceIdent
Gets or sets the program ident
Declaration
public string Ident { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the program name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selected
Gets or sets the selected flag
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |