Show / Hide Table of Contents

Interface IParameter

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
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

Format

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
int Index { get; set; }
Property Value
Type Description
System.Int32

InstanceIdentifier

Declaration
ObjectId InstanceIdentifier { get; set; }
Property Value
Type Description
ObjectId

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
In This Article
Back to top Generated by DocFX