Click or drag to resize
ReferenceDataSource Class
This class is used to handle reference related information.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Client.ReferenceService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class ReferenceDataSource : ReferenceDataSourceBase, 
	IReferenceDataSource, IDataSource

The ReferenceDataSource type exposes the following members.

Constructors
  NameDescription
Public methodReferenceDataSource
Initializes a new instance of the ReferenceDataSource class
Top
Methods
  NameDescription
Public methodCreateReference
Create a new reference.
Public methodCreateReferenceRelation
Create a reference relation.
Public methodCreateReferenceRelations
Create several reference relations.
Public methodDeleteReferenceRelation
Delete specified reference relation.
Public methodGetReferenceRelation
Get specified reference relation.
Public methodGetReferenceRelations(IUserContext, ListString)
Get reference relations that are related to a list of specified objects.
Public methodGetReferenceRelations(IUserContext, String)
Get reference relations that are related to specified object.
Public methodGetReferenceRelationTypes
Get all reference relation types.
Public methodGetReferences(IUserContext)
Get all references.
Public methodGetReferences(IUserContext, IReferenceSearchCriteria)
Get references that matches search criteria.
Public methodGetReferences(IUserContext, ListInt32)
Get specified references.
Public methodStatic memberSetDataSource
Set ReferenceService as data source in the onion data model.
Public methodUpdateReference
Update existing reference.
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