Click or drag to resize

MdmResourceMergerTModel Methods

The MdmResourceMergerTModel type exposes the following members.

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
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