Click or drag to resize
IMetadataManager Interface
Interface for manager classes handling Metadata.

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

The IMetadataManager type exposes the following members.

Properties
  NameDescription
Public propertyPictureDataSource
This interface is used to retrieve information via PictureDataSource.
Public propertySpeciesObservationDataSource
This interface is used to retrieve information.
Top
Methods
  NameDescription
Public methodGetPictureDataSourceInformation
Get information about picture data source.
Public methodGetPictureMetaDataDescriptions(IUserContext)
Get picture metadata descriptions for a specific culture.
Public methodGetPictureMetaDataDescriptions(IUserContext, ListInt32)
Get picture metadata descriptions for specified ids.
Public methodGetSpeciesObservationDataSourceInformation
Get information about species observation data source.
Public methodGetSpeciesObservationFieldDescriptions
Retrieve all Species Observation Field Descriptions.
Top
See Also