Click or drag to resize

FileSystemDataQualityConfigurationProviderRemoveRuleSet Method

Delete rule set identified by id

Namespace: SanteDB.Client.Disconnected.Services
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void RemoveRuleSet(
	string id
)

Parameters

id  String
The id of the ruleset to remove

Implements

IDataQualityConfigurationProviderServiceRemoveRuleSet(String)
See Also