Class ContactList.CustomSearch
CustomSearch contains the methods needed to alter the search-criteria the PersonList is based on. The list will still be based on the same ReturnFields, restrictions and join-restrictions.
Inheritance
System.Object
ContactList.CustomSearch
Implements
System.ICloneable
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class CustomSearch : ContactList.ContactListQuery, ICloneable
Constructors
CustomSearch()
Default constructor.
Declaration
public CustomSearch()
CustomSearch(Boolean)
Constructor
Declaration
public CustomSearch(bool includeOwnerInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeOwnerInfo | If false, we do not populate fields for the owning associates person record. Default true. |
Properties
JoinRestriction
MainTableName to get and set the join-restriction.
Declaration
public JoinRestriction JoinRestriction { get; set; }
Property Value
Type | Description |
---|---|
JoinRestriction |
Restriction
MainTableName to get and set the list-restriction.
Declaration
public Restriction Restriction { get; set; }
Property Value
Type | Description |
---|---|
Restriction |
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)