Skip to main content

Class DeltaQuery

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for DeltaQuery. Query object to use to fetch configruablescreendeltas matching this object

Inheritance

objectCarrierDeltaQuery

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

DeltaQuery()

Default constructor - defaults any enum props to 0.

Properties

AppliesToIds

Layouts with appliesToKey in these ids will have this delta applied to the resulting ui

Property Value

int[]

DeltaStates

The deltas returned has to be in one of these states NULL if unknown enum value.

Property Value

DeltaState?[]

See Also

DeltaQuery.DeltaStates_String

DeltaStates_String

The deltas returned has to be in one of these states Raw string enum values.

Property Value

string[]

See Also

DeltaQuery.DeltaStates

DeltaTypes

The deltas returned has to be in one of these types NULL if unknown enum value.

Property Value

DeltaType?[]

See Also

DeltaQuery.DeltaTypes_String

DeltaTypes_String

The deltas returned has to be in one of these types Raw string enum values.

Property Value

string[]

See Also

DeltaQuery.DeltaTypes

RecipeId

The id of the recipe the deltas belong to

Property Value

string

See Also

ConfigurationAgent