Class DocumentList.CustomSearch
CustomSearch contains the methods needed to alter the search-criteria the DocumentList is based on. The list will still be based on the same ReturnFields, restrictions and join-restrictions.
Inheritance
DocumentList.CustomSearch
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentList.CustomSearch : DocumentList.DocumentListQuery, 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 |
OrderBy
MainTableName to get and set the orderby.
Declaration
public OrderBy OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderBy |
Restriction
MainTableName to get and set the list-restriction.
Declaration
public Restriction Restriction { get; set; }
Property Value
| Type | Description |
|---|---|
| Restriction |
Methods
AndRestriction(Restriction)
CustomSearch contains the methods needed to alter the search-criteria the DocumentList is based on. The list will still be based on the same ReturnFields, restrictions and join-restrictions.
Declaration
public void AndRestriction(Restriction restriction)
Parameters
| Type | Name | Description |
|---|---|---|
| Restriction | restriction |