Interface IConversion
Defines a conversion rule.
Namespace: MAT.Atlas.Client.Platform.Parameters
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface IConversion
Properties
FormatString
Gets the format string.
Declaration
string FormatString { get; }
Property Value
Type | Description |
---|---|
System.String | The format string. |
IsTextConversion
True if Conversion is a Text Conversion.
Declaration
bool IsTextConversion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Units
Gets the units.
Declaration
string Units { get; }
Property Value
Type | Description |
---|---|
System.String | The units. |