Click or drag to resize

IRelationshipValidationProviderRemoveValidRelationshipTRelationship Method

Remove the valid relationship type key between

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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.Core.Services.IRelationshipValidationProvider.RemoveValidRelationship``1(System.Nullable{System.Guid},System.Nullable{System.Guid},System.Guid)"]

See Also