Interface IDisplayParameter
Describes parameter object.
Namespace: MAT.Atlas.Client.Platform.Parameters
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface IDisplayParameter
Properties
CompositeSessionKey
Gets or sets the composite session key.
Declaration
CompositeSessionKey CompositeSessionKey { get; }
Property Value
Type | Description |
---|---|
CompositeSessionKey | The composite session key. |
Conversion
Get the parameter conversion.
Declaration
IConversion Conversion { get; }
Property Value
Type | Description |
---|---|
IConversion |
CursorPoint
Gets the current point timestamp.
Declaration
long CursorPoint { get; }
Property Value
Type | Description |
---|---|
System.Int64 | The point timestamp in nanoseconds. |
FormattedName
Gets the formatted name.
Declaration
string FormattedName { get; }
Property Value
Type | Description |
---|---|
System.String | The formatted name. |
Identifier
Gets the identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
InstanceIdentifier
Gets the instance identifier.
Declaration
Guid InstanceIdentifier { get; }
Property Value
Type | Description |
---|---|
System.Guid | The instance identifier. |
IsAvailable
Gets a value indicating whether this instance is available.
Declaration
bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPrimary
Gets a value indicating whether this instance is primary.
Declaration
bool IsPrimary { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
SessionParameter
Gets the underlying session parameter information.
Declaration
ISessionParameter SessionParameter { get; }
Property Value
Type | Description |
---|---|
ISessionParameter | The underlying parameter information ISessionParameter. |