Show / Hide Table of Contents

Class AssetType

Common AssetType Class

Inheritance
System.Object
AssetType
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 AssetType

Properties

AlarmThreshold

Alarm threshold percent

Declaration
public decimal? AlarmThreshold { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

CalibrationInterval

Interval for calibration (in days e.g 1.0 or 1.5)

Declaration
public decimal? CalibrationInterval { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

MaintenanceInterval

Interval for maintenance (in days e.g 1.0 or 1.5)

Declaration
public decimal? MaintenanceInterval { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

RunningCountLimit

Max count until next calibration must be performed (interval)

Declaration
public int? RunningCountLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TotalCountLimit

Asset total count limit

Declaration
public int? TotalCountLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TypeId

AssetType identity

Declaration
public Guid TypeId { get; set; }
Property Value
Type Description
System.Guid

TypeName

AssetType name

Declaration
public string TypeName { get; set; }
Property Value
Type Description
System.String

WarningThreshold

Warning threshold percent

Declaration
public decimal? WarningThreshold { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
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