Quaero.DW.Types

Implicit Conversions

Fields

Methods

Quaero.DW.Types

Quaero.DW.Types Class

public class Quaero.DW.Types : Quaero.DW.Aggregate;
A list of document types. See REST API document types

types Field

Quaero.DW.DocType[] (Quaero.DW.Types)types.types;
List of document types. See JSON types.

doc_type() Method

Quaero.DW.DocType Quaero.DW.Types.doc_type(System.String name);
Fetch details about one document type.

Parameters

name
The short name of the document type.
[System.String]

Returns

Implicit Conversion

implicit public static operator  (Quaero.DW.Types o);
Implicit conversion of a [Quaero.DW.Types] to a [System.Collections.Generic.List] of strings. The strings in the list are all the short document type names.

Parameters

o
[Quaero.DW.Types]