Click or drag to resize
IOrganizationSearchCriteria Interface
This interface handles search criteria used when searching organizations.

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

The IOrganizationSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyHasSpiecesCollection
Find organizations that are owners of a spieces collection
Public propertyName
Find organizations with a name similar to the specified value. Wildcard characters may be used.
Public propertyOrganizationCategoryId
Find organizations with category id equals to the specified id value.
Public propertyShortName
Find organizations with a short name similar to the specified value. Wildcard characters may be used.
Top
See Also