Click or drag to resize
FactorSearchCriteria Class
This class handles search criteria used when searching factors.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataFactorSearchCriteria

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class FactorSearchCriteria : IFactorSearchCriteria

The FactorSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodFactorSearchCriteria
Initializes a new instance of the FactorSearchCriteria class
Top
Properties
  NameDescription
Public propertyDataContext
Data context with meta information about this object.
Public propertyIsIdInNameSearchString
Indication whether or not the name search string may be a factor id.
Public propertyNameSearchString
The factor name search string.
Public propertyRestrictReturnToScope
Scope for factors that is returned.
Public propertyRestrictSearchToFactorIds
Limit factor search (not factor return) to factors.
Public propertyRestrictSearchToScope
Scope for factors that is searched.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also