Show / Hide Table of Contents

Class TypicalSearches

Full set of all TypicalSearch elements maintained by one source (including criteria)

Carrier object for TypicalSearches. Services for the TypicalSearches Carrier is available from the Selection Agent.
Inheritance
object
TypicalSearches
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class TypicalSearches : Carrier

Constructors

TypicalSearches()

Default constructor

Declaration
public TypicalSearches()
See Also
ISelectionAgent

Properties

DeleteLeftovers

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

Declaration
[DataMember]
public virtual bool DeleteLeftovers { get; set; }
Property Value
Type Description
bool
See Also
ISelectionAgent

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)

Declaration
[DataMember]
public virtual int MasterVersion { get; set; }
Property Value
Type Description
int
See Also
ISelectionAgent

Searches

The TypicalSearch structures (including criteria) to import

Declaration
[DataMember]
public virtual TypicalSearch[] Searches { get; set; }
Property Value
Type Description
TypicalSearch[]
See Also
ISelectionAgent

Source

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

Declaration
[DataMember]
public virtual string Source { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ISelectionAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ISelectionAgent

See Also

ISelectionAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top