Click or drag to resize

ITag Interface

Represents a tag

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

The ITag type exposes the following members.

Properties
  NameDescription
Public propertyKey
Gets the identifier for the entity
(Inherited from IIdentifiedEntity.)
Public propertyLoadState
Gets the load state of the entity
(Inherited from IIdentifiedEntity.)
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 propertyTagKey
Gets the key for the tag
Public propertyValue
Gets the value for the tag
Top
Methods
Extension Methods
See Also