Interface IParameter
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IParameter
Properties
DataBitMask
Declaration
string DataBitMask { get; set; }
Property Value
Type |
Description |
System.String |
|
DataSource
Declaration
string DataSource { get; set; }
Property Value
Type |
Description |
System.String |
|
DataType
Declaration
string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorBitMask
Declaration
string ErrorBitMask { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Identifier
Declaration
string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
Index
Declaration
Property Value
Type |
Description |
System.Int32 |
|
InstanceIdentifier
Declaration
ObjectId InstanceIdentifier { get; set; }
Property Value
Maximum
Declaration
double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumFrequency
Declaration
double MaximumFrequency { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Declaration
double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumFrequency
Declaration
double MinimumFrequency { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Units
Declaration
string Units { get; set; }
Property Value
Type |
Description |
System.String |
|