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

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

The WebAuthoritySearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebAuthoritySearchCriteria
Initializes a new instance of the WebAuthoritySearchCriteria class
Top
Properties
  NameDescription
Public propertyApplicationIdentifier
Finds application identifier.
Public propertyAuthorityDataTypeIdentifier
Finds authority data type identifier.
Public propertyAuthorityIdentifier
Finds Authority Identifier.
Public propertyAuthorityName
Finds authority name ie name of the authority.
Top
See Also