Click or drag to resize

IDbVersionedAssociation Interface

Versioned association

Namespace: SanteDB.Persistence.Data.Model
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public interface IDbVersionedAssociation : IDbAssociation

The IDbVersionedAssociation type exposes the following members.

Properties
 NameDescription
Public propertyEffectiveVersionSequenceId Gets or sets the version when the relationship is effective
Public propertyObsoleteVersionSequenceId Gets or sets the verson when the relationship is not effecitve
Public propertyObsoleteVersionSequenceIdSpecified Idetifies whether the obsoletion time is specifically set
Public propertySourceKey Gets or sets the source of the association
(Inherited from IDbAssociation)
Top
See Also