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

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 WebOrganizationSearchCriteria : WebData

The WebOrganizationSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebOrganizationSearchCriteria
Initializes a new instance of the WebOrganizationSearchCriteria class
Top
Properties
  NameDescription
Public propertyAdministrationRoleId
Find organizations that have the specified administration role
Public propertyCategory
Search for organizations with specified category.
Public propertyDescription
Find organizations with a description similar to the specified value. Wildcard characters may be used. This property is currently not used.
Public propertyHasSpeciesCollection
Find organizations that have species collection. Is set to False by default in database. If set to True the organization has a collection of biological material related to taxon observations.
Public propertyIsAdministrationRoleIdSpecified
Specifies if administration role id should be used.
Public propertyIsCategorySpecified
Specifies if category should be used.
Public propertyIsHasSpeciesCollectionSpecified
Specifies if HasSpeciesCollection should be used.
Public propertyIsIsValidSpecified
Specifies if is valid should be used.
Public propertyIsOrganizationCategoryIdSpecified
Specifies if organization category id should be used.
Public propertyIsValid
Restrict search to organizations that are valid today.
Public propertyName
Find organizations with a name similar to the specified value. Wildcard characters may be used.
Public propertyOrganizationCategoryId
Find roles for organizations that is categorized as the specified organization category.
Public propertyShortName
Find organizations with a shortname similar to the specified value. Wildcard characters may be 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