Class SerializedQuery
Provides a database-friendly serialization wrapper for a query.
public class SerializedQuery
- Inheritance
-
SerializedQuery
- Inherited Members
- Extension Methods
Constructors
SerializedQuery()
public SerializedQuery()
Properties
Class
Unique, fully-qualified type name (including namespace).
public string Class { get; set; }
Property Value
Criteria
JSON value containing the criteria properties.
public string Criteria { get; set; }
Property Value
Filter
JSON value defining the query filter.
public string Filter { get; set; }
Property Value
Identifier
Uniquely identifies a specific instance of a query.
public Guid Identifier { get; set; }
Property Value
Origin
JSON value describing the query origin.
public string Origin { get; set; }
Property Value
Texts
JSON value containing the display text for each GUID-value property in the criteria.
public string Texts { get; set; }
Property Value
Type
Query type name (must be unique across namespaces).
public string Type { get; set; }