Click or drag to resize

AdoRelationshipValidationProviderRemoveValidRelationshipTRelationship Method

Remove the valid relationship type key between

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void RemoveValidRelationship<TRelationship>(
	Guid? sourceClassKey,
	Guid? targetClassKey,
	Guid relationshipTypeKey
)
where TRelationship : ITargetedAssociation

Parameters

sourceClassKey  NullableGuid
The source classification key type
targetClassKey  NullableGuid
The target classification key
relationshipTypeKey  Guid
The relationship type key

Type Parameters

TRelationship

[Missing <typeparam name="TRelationship"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoRelationshipValidationProvider.RemoveValidRelationship``1(System.Nullable{System.Guid},System.Nullable{System.Guid},System.Guid)"]

Implements

IRelationshipValidationProviderRemoveValidRelationshipTRelationship(NullableGuid, NullableGuid, Guid)
See Also