Click or drag to resize
IFactorSearchCriteria Interface
This interface handles search criteria used when searching factors.

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

The IFactorSearchCriteria type exposes the following members.

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
See Also