Class AssetResponse
Common response class for Asset calls
Inheritance
System.Object
AssetResponse
Namespace: Virinco.WATS.Interface.MES.Asset
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class AssetResponse : object
Properties
AssetObject
Read-write instance property for an Asset Object (Get/Set)
Declaration
public Asset AssetObject { get; set; }
Property Value
| Type | Description |
|---|---|
| Asset |
Description
Returns a AssetStatus message
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ErrorMessage
Error-message for the AssetResponse.
Declaration
public string ErrorMessage { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ok
Boolean 'status' for allowing use of an asset
Declaration
public bool Ok { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Status
Asset_Status for an Asset
Declaration
public Asset_Status Status { get; }
Property Value
| Type | Description |
|---|---|
| Asset_Status |
SubAssets
Read-write instance property for an array of SubAsset Object (Get/Set)
Declaration
public Asset[] SubAssets { get; set; }
Property Value
| Type | Description |
|---|---|
| Asset[] |