Mdm |
The MdmResourceMergerTModel type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelDetectGlobalMergeCandidates | Cancel the detection of global merge candidates | |
| ClearGlobalIgnoreFlags | Clear global ignore flags | |
| ClearGlobalMergeCanadidates | Clear global merge candidates | |
| ClearIgnoreFlags | Clear ignore keys | |
| ClearMergeCandidates | Clear merge candidates | |
| DetectGlobalMergeCandidates | Detect global merge candidates | |
| DetectMergeCandidates | Perform the necessary operations to detect merge candidates for masterKey | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FireMerged | Fire mergingin event returning whether the merge shoudl be cancelled | |
| FireMerging | Fire mergingin event returning whether the merge shoudl be cancelled | |
| FireUnmerged | Fire mergingin event returning whether the merge shoudl be cancelled | |
| FireUnmerging | Fire mergingin event returning whether the merge shoudl be cancelled | |
| GetGlobalMergeCandidates | Get all global merge candidates | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIgnored | Get the ignore list | |
| GetIgnoredKeys | Get the ignore list | |
| GetMergeCandidateKeys | Get the merge candidate keys | |
| GetMergeCandidates | Get merge candidates | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Ignore | Ignore the specified candidate | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Merge | Merge the specified duplicates | |
| Reset(Boolean, Boolean) | Reset the global merge candidates, MDM links, etc. | |
| Reset(Guid, Boolean, Boolean) | Reset the specified master key of all matching information | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnIgnore | Un-ignore the specified object | |
| Unmerge | Un-merge the specified object |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |