Class MesInterface
Holding references to all MES components.
Inheritance
System.Object
MesInterface
Namespace: Virinco.WATS.Interface.MES
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class MesInterface : object
Properties
Asset
Gets the MES Asset module
Declaration
public AssetHandler Asset { get; }
Property Value
| Type | Description |
|---|---|
| AssetHandler |
DefaultCultureCode
Default culture code to use. If not specified, en is used.
Declaration
public string DefaultCultureCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Product
Gets the MES Product module.
Declaration
public Product Product { get; }
Property Value
| Type | Description |
|---|---|
| Product |
Production
Gets the MES Production module.
Declaration
public Production Production { get; }
Property Value
| Type | Description |
|---|---|
| Production |
Software
Gets the MES Software module
Declaration
public Software Software { get; }
Property Value
| Type | Description |
|---|---|
| Software |
Workflow
Gets the MES Workflow module
Declaration
public Workflow Workflow { get; }
Property Value
| Type | Description |
|---|---|
| Workflow |