Skip to main content

Class TypicalSearches

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TypicalSearches. Full set of all TypicalSearch elements maintained by one source (including criteria)

Inheritance

objectCarrierTypicalSearches

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

TypicalSearches()

Default constructor - defaults any enum props to 0.

Properties

DeleteLeftovers

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

Property Value

bool

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)

Property Value

int

Searches

The TypicalSearch structures (including criteria) to import

Property Value

TypicalSearch[]

Source

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

Property Value

string

See Also

SelectionAgent