Click or drag to resize
ReferenceManagerCreateReferenceRelationsOld Method
Create reference relations one by one.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual void CreateReferenceRelationsOld(
	IUserContext userContext,
	ReferenceRelationList referenceRelations
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
referenceRelations
Type: ArtDatabanken.DataReferenceRelationList
Information about the new reference relations. These objects are updated with changes after the creation.

Implements

IReferenceManagerCreateReferenceRelationsOld(IUserContext, ReferenceRelationList)
See Also