Click or drag to resize

ActAddTag Method

Add a tag to this act

Namespace:  SanteDB.Core.Model.Acts
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.Acts.Act.AddTag(System.String,System.String)"]

tagValue
Type: SystemString

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

Return Value

Type: ITag

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

Implements

ITaggableAddTag(String, String)
See Also