Click or drag to resize
IPersonSearchCriteria Interface
This interface handles search criteria used when searching persons.

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

The IPersonSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyFirstName
Find persons with a first name similar to the specified value. Wildcard characters may be used.
Public propertyFullName
Find persons with a full name similar to the specified value. Wildcard characters may be used.
Public propertyHasSpiecesCollection
Find persons that are owners of a spieces collection
Public propertyLastName
Find persons with a last name similar to the specified value. Wildcard characters may be used.
Top
See Also