ValueType

ValueType class

Class incapsulating print ticket property value types.

public sealed class ValueType

Constructors

Name Description
ValueType(string) Creates custom property value type.

Methods

Name Description
override ToString() Returns the string representation.

Fields

Name Description
static Decimal Decimal type (“xsd:decimal”).
static Integer Integer type (“xsd:integer”).
static QName QName type (“xsd:QName”).
static String String type (“xsd:string”).

See Also