Click or drag to resize

ITaggable Interface

Represents a class which can hold tags

Namespace:  SanteDB.Core.Model.Interfaces
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public interface ITaggable

The ITaggable type exposes the following members.

Properties
  NameDescription
Public propertyTags
Gets the tags associated with the object
Top
Methods
  NameDescription
Public methodAddTag
Add a tag
Public methodGetTag
Get the tag
Public methodRemoveAllTags
Remove the specified tag
Public methodRemoveTag
Remove the specified tag
Public methodTryGetTag
Try to get a tag
Top
See Also