> ## 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.TypicalSearches

# <a id="SuperOffice_WebApi_Data_TypicalSearches" /> Class TypicalSearches

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

Carrier object for TypicalSearches.
Full set of all TypicalSearch elements maintained by one source (including criteria)

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[TypicalSearches](SuperOffice.WebApi.Data.TypicalSearches.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_TypicalSearches__ctor" /> TypicalSearches()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_TypicalSearches_DeleteLeftovers" /> DeleteLeftovers

If true, then any TypicalSearch records in the database that are NOT referenced in this call, should be deleted

```csharp theme={null}
public virtual bool DeleteLeftovers { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TypicalSearches_MasterVersion" /> MasterVersion

The master version number in this update, at least the highest of those in the searches, but can be higher to force an update (and delete of missing elements)

```csharp theme={null}
public virtual int MasterVersion { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TypicalSearches_Searches" /> Searches

The TypicalSearch structures (including criteria) to import

```csharp theme={null}
public virtual TypicalSearch[] Searches { get; set; }
```

#### Property Value

[TypicalSearch](SuperOffice.WebApi.Data.TypicalSearch.md)\[]

### <a id="SuperOffice_WebApi_Data_TypicalSearches_Source" /> Source

Name of organisation that sources and maintains this TypicalSearch. Allows for both SuperOffice and partners to maintain sets of typical searches without conflict

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.TypicalSearch](/en/api/reference/webapi/SuperOffice.WebApi.Data.TypicalSearch.md)
- [SuperOffice.WebApi.Data.Selection UpdateTypicalSearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_UpdateTypicalSearchRequest.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Selection](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Selection.md)
- [SuperOffice.WebApi.Agents.DiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DiagnosticsAgent.md)
