Show / Hide Table of Contents

Class AssetResponse

Common response class for Asset calls

Inheritance
System.Object
AssetResponse
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: Virinco.WATS.Interface.MES.Asset
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class AssetResponse

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[]
In This Article
Back to top View how-to articles, videos and more at support.virinco.com Send comments on this topic to support@virinco.com