Class ADGFormattable
Inheritance
ADGFormattable
Assembly: WMServer.dll
public class ADGFormattable : IADGFormattable
Constructors
Declaration
public ADGFormattable(IADGFormattable val)
Parameters
Declaration
public ADGFormattable(string value, string dataType, Dictionary<string, string> display)
Parameters
Properties
The type that this element corresponds to. I.e. plaintext, a paragraph, an image, a table, etc...
Declaration
public string DataType { get; set; }
Property Value
DataType specific key-value pairs used to fine-tune the way the data is presented.
Declaration
public Dictionary<string, string> Display { get; }
Property Value
The value of this element.
Declaration
public object Value { get; set; }
Property Value
Implements