Interface ISessionParameter
Describes parameter underlying information.
Namespace: MAT.Atlas.Client.Platform.Parameters
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface ISessionParameter
Properties
BitShift
Get the bit shift value.
Declaration
short BitShift { get; }
Property Value
Type | Description |
---|---|
System.Int16 |
BitShiftDirection
Get the bit shift description.
Declaration
string BitShiftDirection { get; }
Property Value
Type | Description |
---|---|
System.String |
ByteOrder
Get the byte order.
Declaration
string ByteOrder { get; }
Property Value
Type | Description |
---|---|
System.String |
DataBitMask
Get the bit mask.
Declaration
string DataBitMask { get; }
Property Value
Type | Description |
---|---|
System.String |
DataSource
Get the data source.
Declaration
string DataSource { get; }
Property Value
Type | Description |
---|---|
System.String |
DataType
Get the data type.
Declaration
string DataType { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Get the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
ErrorBitMask
Gets the error bit mask.
Declaration
string ErrorBitMask { get; }
Property Value
Type | Description |
---|---|
System.String |
FdlFunctionCode
Gets the FDL function code.
Declaration
string FdlFunctionCode { get; }
Property Value
Type | Description |
---|---|
System.String |
FormatString
Gets the format string.
Declaration
string FormatString { get; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
Gets the short identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Interval
Gets the interval.
Declaration
long Interval { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsAvailable
Gets a value indicating whether this instance is available.
Declaration
bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFdlFunction
Gets a value indicating whether this instance is FDL function.
Declaration
bool IsFdlFunction { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFunction
Gets the is function flag.
Declaration
bool IsFunction { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSlowRow
Gets the flag indicating whether this is a slow row parameter.
Declaration
bool IsSlowRow { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVirtual
Gets a value indicating whether this is a virtual parameter.
Declaration
bool IsVirtual { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Maximum
Get the maximum value.
Declaration
double Maximum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Gets the minimum value.
Declaration
double Minimum { get; }
Property Value
Type | Description |
---|---|
System.Double |
ParameterStateFlags
Get parameter state flags. ParameterStateFlags
Declaration
ParameterStateFlags ParameterStateFlags { get; }
Property Value
Type | Description |
---|---|
ParameterStateFlags |
Units
Gets the units.
Declaration
string Units { get; }
Property Value
Type | Description |
---|---|
System.String |