Click or drag to resize

MdmResourceMergerTModel Class

An implementation of a IRecordMergeService for an MDM controlled resource
Inheritance Hierarchy
SystemObject
  SanteDB.Persistence.MDM.Services.ResourcesMdmResourceMergerTModel
    SanteDB.Persistence.MDM.Services.ResourcesMdmEntityMergerTEntity

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public abstract class MdmResourceMerger<TModel> : IRecordMergingService<TModel>, 
	IRecordMergingService, IServiceImplementation
where TModel : new(), IdentifiedData

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "T:SanteDB.Persistence.MDM.Services.Resources.MdmResourceMerger`1"]

The MdmResourceMergerTModel type exposes the following members.

Constructors
 NameDescription
Protected methodMdmResourceMergerTModelInitializes a new instance of the MdmResourceMergerTModel class
Top
Properties
 NameDescription
Public propertyServiceName Name of the merging service
Top
Methods
 NameDescription
Public methodCancelDetectGlobalMergeCandidates Cancel the detection of global merge candidates
Public methodClearGlobalIgnoreFlags Clear global ignore flags
Public methodClearGlobalMergeCanadidates Clear global merge candidates
Public methodClearIgnoreFlags Clear ignore keys
Public methodClearMergeCandidates Clear merge candidates
Public methodDetectGlobalMergeCandidates Detect global merge candidates
Public methodDetectMergeCandidates Perform the necessary operations to detect merge candidates for masterKey
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodFireMerged Fire mergingin event returning whether the merge shoudl be cancelled
Protected methodFireMerging Fire mergingin event returning whether the merge shoudl be cancelled
Protected methodFireUnmerged Fire mergingin event returning whether the merge shoudl be cancelled
Protected methodFireUnmerging Fire mergingin event returning whether the merge shoudl be cancelled
Public methodGetGlobalMergeCandidates Get all global merge candidates
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIgnored Get the ignore list
Public methodGetIgnoredKeys Get the ignore list
Public methodGetMergeCandidateKeys Get the merge candidate keys
Public methodGetMergeCandidates Get merge candidates
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIgnore Ignore the specified candidate
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMerge Merge the specified duplicates
Public methodReset(Boolean, Boolean) Reset the global merge candidates, MDM links, etc.
Public methodReset(Guid, Boolean, Boolean) Reset the specified master key of all matching information
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnIgnore Un-ignore the specified object
Public methodUnmerge Un-merge the specified object
Top
Events
 NameDescription
Public eventMerged Fired after the merge is complete
Public eventMerging Fired when the merging is occurring
Public eventUnMerged Fired after un-merge is complete
Public eventUnMerging Fired when un-merging is going to occur
Top
Fields
 NameDescription
Protected fieldm_tracer Diagnostic tracer
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also