Click or drag to resize
PersonUserSearchCriteria Class
This interface handles search criteria used when searching users of type person user based on information about both the person and its user object.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataPersonUserSearchCriteria

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

The PersonUserSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodPersonUserSearchCriteria
Initializes a new instance of the PersonUserSearchCriteria class
Top
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
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