> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.DeltaQuery

# <a id="SuperOffice_WebApi_Data_DeltaQuery" /> Class DeltaQuery

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for DeltaQuery.
Query object to use to fetch configruablescreendeltas matching this object

```csharp theme={null}
public class DeltaQuery : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[DeltaQuery](SuperOffice.WebApi.Data.DeltaQuery.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_DeltaQuery__ctor" /> DeltaQuery()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public DeltaQuery()
```

## Properties

### <a id="SuperOffice_WebApi_Data_DeltaQuery_AppliesToIds" /> AppliesToIds

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

```csharp theme={null}
public virtual int[] AppliesToIds { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)\[]

### <a id="SuperOffice_WebApi_Data_DeltaQuery_DeltaStates" /> DeltaStates

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

```csharp theme={null}
[JsonIgnore]
public DeltaState?[] DeltaStates { get; set; }
```

#### Property Value

[DeltaState](SuperOffice.WebApi.Data.DeltaState.md)?\[]

#### See Also

[DeltaQuery](SuperOffice.WebApi.Data.DeltaQuery.md).[DeltaStates\_String](SuperOffice.WebApi.Data.DeltaQuery.md#SuperOffice_WebApi_Data_DeltaQuery_DeltaStates_String)

### <a id="SuperOffice_WebApi_Data_DeltaQuery_DeltaStates_String" /> DeltaStates\_String

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

```csharp theme={null}
[JsonProperty("DeltaStates")]
public string[] DeltaStates_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]

#### See Also

[DeltaQuery](SuperOffice.WebApi.Data.DeltaQuery.md).[DeltaStates](SuperOffice.WebApi.Data.DeltaQuery.md#SuperOffice_WebApi_Data_DeltaQuery_DeltaStates)

### <a id="SuperOffice_WebApi_Data_DeltaQuery_DeltaTypes" /> DeltaTypes

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

```csharp theme={null}
[JsonIgnore]
public DeltaType?[] DeltaTypes { get; set; }
```

#### Property Value

[DeltaType](SuperOffice.WebApi.Data.DeltaType.md)?\[]

#### See Also

[DeltaQuery](SuperOffice.WebApi.Data.DeltaQuery.md).[DeltaTypes\_String](SuperOffice.WebApi.Data.DeltaQuery.md#SuperOffice_WebApi_Data_DeltaQuery_DeltaTypes_String)

### <a id="SuperOffice_WebApi_Data_DeltaQuery_DeltaTypes_String" /> DeltaTypes\_String

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

```csharp theme={null}
[JsonProperty("DeltaTypes")]
public string[] DeltaTypes_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]

#### See Also

[DeltaQuery](SuperOffice.WebApi.Data.DeltaQuery.md).[DeltaTypes](SuperOffice.WebApi.Data.DeltaQuery.md#SuperOffice_WebApi_Data_DeltaQuery_DeltaTypes)

### <a id="SuperOffice_WebApi_Data_DeltaQuery_RecipeId" /> RecipeId

The id of the recipe the deltas belong to

```csharp theme={null}
public virtual string RecipeId { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[ConfigurationAgent](SuperOffice.WebApi.Agents.ConfigurationAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Configuration GetConfigurableScreenDeltasByQueryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetConfigurableScreenDeltasByQueryRequest.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
- [SuperOffice.WebApi.Data.DeltaState](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaState.md)
- [SuperOffice.WebApi.Data.DeltaType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaType.md)
- [SuperOffice.WebApi.Data.Configuration GetConfigurableScreenDeltasByDeltaRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetConfigurableScreenDeltasByDeltaRequest.md)
