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 ISelectionAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class TypicalSearches : Carrier
Constructors
TypicalSearches()
Default constructor
Declaration
public TypicalSearches()
See Also
Properties
DeleteLeftovers
If true, then any TypicalSearch records in the database that are NOT referenced in this call, should be deleted
Declaration
public virtual bool DeleteLeftovers { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
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
public virtual int MasterVersion { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Searches
The TypicalSearch structures (including criteria) to import
Declaration
public virtual TypicalSearch[] Searches { get; set; }
Property Value
Type | Description |
---|---|
TypicalSearch[] |
See Also
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
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |