Class CleaningProcessValue
Contains cleaning process value information
Inheritance
System.Object
CleaningProcessValue
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 CleaningProcessValue
Properties
| Improve this Doc View SourceArticleId
Gets or sets the article id
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CertificateAssignment
Gets or sets the part of the certificate
Declaration
public int? CertificateAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CodeId
Gets or sets the required code
Declaration
public Guid? CodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FormatListName
Gets or sets the name of the assigned format list
Declaration
public string FormatListName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the Unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsBillable
Gets or sets the billable flag
Declaration
public bool IsBillable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMinutes
Gets or set the minutes flag
Declaration
public bool IsMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsYesNo
Gets or sets if this is just used yes or no
Declaration
public bool IsYesNo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name of the value
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the sort number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreOrderId
Gets or sets the assigned pre order id
Declaration
public Guid? PreOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Price
Gets or sets the price info
Declaration
public PreciseDecimal? Price { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PreciseDecimal> |
ShowPrice
Gets or sets the flag if the price input is shown
Declaration
public bool ShowPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TemplateNumber
Gets or sets the template number at which the value is visible
Declaration
public int TemplateNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Useable
Gets or sets the useable flag
Declaration
public bool Useable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Used
Gets or sets if this value is used
Declaration
public bool? Used { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Value
Gets or sets the value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |