Click or drag to resize
IPersonUserSearchCriteria Interface
This interface handles search criteria used when searching users of type person user based on information about both the person and its user object.

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

The IPersonUserSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyApplicationActionId
Find persons with authority handling specified applicationaction.
Public propertyApplicationId
Find persons with role connected to specified application.
Public propertyCity
Find persons with a city similar to the specified value. Wildcard characters may be used.
Public propertyEmailAddress
Find persons with an emailaddress similar to the specified value. Wildcard characters may be used.
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 propertyLastName
Find persons with a last name similar to the specified value. Wildcard characters may be used.
Public propertyOrganizationCategoryId
Find persons with role connected to organization with specified organization category.
Public propertyOrganizationId
Find persons with role connected to specified organization.
Top
See Also