Click or drag to resize

ActRemoveAllTags Method

Remove tags matching predicate from the tag collection

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public void RemoveAllTags(
	Predicate<ITag> predicate
)

Parameters

predicate
Type: SystemPredicateITag

[Missing <param name="predicate"/> documentation for "M:SanteDB.Core.Model.Acts.Act.RemoveAllTags(System.Predicate{SanteDB.Core.Model.Interfaces.ITag})"]

Implements

ITaggableRemoveAllTags(PredicateITag)
See Also