Class ProjectList.CustomSearch
CustomSearch contains the methods needed to alter the search-criteria the project list is based on. The list will still be based on the same ReturnFields, restrictions and join-restrictions.
Inheritance
ProjectList.CustomSearch
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectList.CustomSearch : ProjectList.ProjectListQuery, 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 |