Click or drag to resize

MdmResourceMergerTModelReset(Guid, Boolean, Boolean) Method

Reset the specified master key of all matching information

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public abstract void Reset(
	Guid masterKey,
	bool includeVerified,
	bool linksOnly
)

Parameters

masterKey  Guid

[Missing <param name="masterKey"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmResourceMerger`1.Reset(System.Guid,System.Boolean,System.Boolean)"]

includeVerified  Boolean

[Missing <param name="includeVerified"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmResourceMerger`1.Reset(System.Guid,System.Boolean,System.Boolean)"]

linksOnly  Boolean

[Missing <param name="linksOnly"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmResourceMerger`1.Reset(System.Guid,System.Boolean,System.Boolean)"]

Implements

IRecordMergingServiceReset(Guid, Boolean, Boolean)
See Also