Click or drag to resize

ITargetedVersionedExtension Interface

Both a targetd and versioned association

Namespace:  SanteDB.Core.Model.Interfaces
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public interface ITargetedVersionedExtension : IVersionedAssociation, 
	ISimpleAssociation, IIdentifiedEntity, ITargetedAssociation

The ITargetedVersionedExtension type exposes the following members.

Properties
  NameDescription
Public propertyAssociationTypeKey
Classification key (how the holder is related to the target)
(Inherited from ITargetedAssociation.)
Public propertyClassificationKey
Classification key (how the holder is related to the target)
(Inherited from ITargetedAssociation.)
Public propertyEffectiveVersionSequenceId
Effective version sequence
(Inherited from IVersionedAssociation.)
Public propertyKey
Gets the identifier for the entity
(Inherited from IIdentifiedEntity.)
Public propertyLoadState
Gets the load state of the entity
(Inherited from IIdentifiedEntity.)
Public propertyObsoleteVersionSequenceId
Obsolete version sequence
(Inherited from IVersionedAssociation.)
Public propertySourceEntity
Gets or sets the source entity
(Inherited from ISimpleAssociation.)
Public propertySourceEntityKey
Gets or sets the source entity key
(Inherited from ISimpleAssociation.)
Public propertySourceType
Get the source type of the association
(Inherited from ISimpleAssociation.)
Public propertyTargetEntity
The target entity object
(Inherited from ITargetedAssociation.)
Public propertyTargetEntityKey
The target (where the association points)
(Inherited from ITargetedAssociation.)
Top
Methods
Extension Methods
See Also