Class NumericDisplayParameter
Inheritance
System.Object
NumericDisplayParameter
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class NumericDisplayParameter : Object, INumericDisplayParameter
Constructors
NumericDisplayParameter()
Declaration
public NumericDisplayParameter()
Fields
Empty
Declaration
public static readonly NumericDisplayParameter Empty
Field Value
Properties
Declaration
public string FormattedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
InstanceIdentifier
Declaration
public ObjectId InstanceIdentifier { get; set; }
Property Value
Units
Declaration
public string Units { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements