Click or drag to resize

EntityAddTag Method

Add a tag to this entity

Namespace:  SanteDB.Core.Model.Entities
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public ITag AddTag(
	string tagKey,
	string tagValue
)

Parameters

tagKey
Type: SystemString

[Missing <param name="tagKey"/> documentation for "M:SanteDB.Core.Model.Entities.Entity.AddTag(System.String,System.String)"]

tagValue
Type: SystemString

[Missing <param name="tagValue"/> documentation for "M:SanteDB.Core.Model.Entities.Entity.AddTag(System.String,System.String)"]

Return Value

Type: ITag

[Missing <returns> documentation for "M:SanteDB.Core.Model.Entities.Entity.AddTag(System.String,System.String)"]

Implements

ITaggableAddTag(String, String)
See Also