Class PersonList.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
PersonList.CustomSearch
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class PersonList.CustomSearch : PersonList.PersonListQuery, ICloneable
Constructors
CustomSearch()
Default constructor.
Declaration
public CustomSearch()
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 |