Click or drag to resize
WebUserSearchCriteria Class
This class handles search criterias that are used to find users. The operator 'AND' is used between the different search conditions.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebUserSearchCriteria

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebUserSearchCriteria : WebData

The WebUserSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebUserSearchCriteria
Initializes a new instance of the WebUserSearchCriteria class
Top
Properties
  NameDescription
Public propertyAddress
Find persons who have addresses similar to the specified value. Wildcard characters may be used. This property is currently not used.
Public propertyApplicationActionId
Find persons who have authorities related to the specified application action.
Public propertyApplicationId
Find persons who have authorities related to the specified application.
Public propertyCity
Find persons who lives in the specified city. No wildcard characters are used.
Public propertyCountryISOCode
Find persons who lives in the specified country. No wildcard characters are used. This property is currently not used.
Public propertyEmailAddress
Find users who have an email address 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 propertyIsApplicationActionIdSpecified
Specifies if application action id should be used.
Public propertyIsApplicationIdSpecified
Specifies if application id should be used.
Public propertyIsIsValidSpecified
Specifies if is valid should be used.
Public propertyIsOrganizationCategoryIdSpecified
Specifies if organization category id should be used.
Public propertyIsOrganizationIdSpecified
Specifies if organization id should be used.
Public propertyIsRoleIdSpecified
Specifies if role id should be used.
Public propertyIsUserTypeSpecified
Specifies if user type should be used.
Public propertyIsValid
Restrict search to users with accounts that are valid today.
Public propertyLastName
Find persons with a last name similar to the specified value. Wildcard characters may be used.
Public propertyMiddleName
Find persons with a middle name similar to the specified value. Wildcard characters may be used. This property is currently not used.
Public propertyOrganizationCategoryId
Find persons who have authorities related to the specified organization category.
Public propertyOrganizationId
Find persons who have authorities related to the specified organization.
Public propertyPhoneNumber
Find persons with the specified phone number. No wildcard characters are used. This property is currently not used.
Public propertyRoleId
Find persons who have authorities related to the specified role.
Public propertyUserType
Search for users of this type.
Public propertyZipCode
Find persons who lives in the specified postal area. No wildcard characters are used. This property is currently not used.
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