Skip to main content

Class TypicalSearch

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TypicalSearch. Complete information about a TypicalSearch (including criteria)

Inheritance

objectCarrierTypicalSearch

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

TypicalSearch()

Default constructor - defaults any enum props to 0.

Properties

EntityName

The name of the entity the typical search links to

Property Value

string

IncludePerson

For selection-of-company: state of the Include Main Contact checkbox

Property Value

short

IsEntityDefault

Indicates if this is the default set of criteria for an entity

Property Value

short

RestrictionGroups

The restrictions (can be multiple groups) that make up the TypicalSearch

Property Value

ArchiveRestrictionGroup[]

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

Title

The title of the typical search (multilingual)

Property Value

string

Tooltip

The tooltip for the typical search (multilingual)

Property Value

string

TypicalSearchId

Primary key

Property Value

int

VersionNumber

The current downloaded version of this typical search

Property Value

int

See Also

SelectionAgent