Show / Hide Table of Contents

Class ADGFormattable

A class that implements IADGFormattable for deserialization purposes.

Inheritance
object
ADGFormattable
Implements
IADGFormattable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Asset.Model.Document
Assembly: WMServer.dll
Syntax
public class ADGFormattable : IADGFormattable

Constructors

ADGFormattable(IADGFormattable)

Declaration
public ADGFormattable(IADGFormattable val)
Parameters
Type Name Description
IADGFormattable val

ADGFormattable(string, string, Dictionary<string, string>)

Declaration
public ADGFormattable(string value, string dataType, Dictionary<string, string> display)
Parameters
Type Name Description
string value
string dataType
Dictionary<string, string> display

Properties

DataType

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
Type Description
string

Display

DataType specific key-value pairs used to fine-tune the way the data is presented.

Declaration
public Dictionary<string, string> Display { get; }
Property Value
Type Description
Dictionary<string, string>

Value

The value of this element.

Declaration
public object Value { get; set; }
Property Value
Type Description
object

Implements

IADGFormattable
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE