Mdm |
The MdmDataManager type exposes the following members.
| Name | Description | |
|---|---|---|
| MdmDataManager | Initializes a new instance of the MdmDataManager class |
| Name | Description | |
|---|---|---|
| CreateLocalFor | Create a local for masterRecord. | |
| CreateMasterContainerForMasterEntity | Get a MDM Master for the specified local key | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| FilterManagedReferenceLinks | Get all managed reference links that are established | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAllMdmAssociations | Get all MDM associations for this local | |
| GetAllMdmCandidateLocals | Get all MDM candidate locals regardless of where they are attached | |
| GetAssociatedLocals | Gets all local associations between masterKey and its master | |
| GetCandidateLocals | Get all candidate associations between masterKey | |
| GetEstablishedCandidateMasters | Get all associations for which this is a candidate to another master | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIgnoredCandidateLocals | Get ignore associations | |
| GetIgnoredMasters | Get ignore associations | |
| GetLocalFor | Get the local for masterKey owned by principal | |
| GetMasterFor | Get a MDM Master for the specified local key | |
| GetMasterRelationshipFor | Get the master record for the specified local record | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsLocal | Determine if the object is a local | |
| IsMaster | Determine if the object is a master | |
| IsOwner | Determine if principal is the owner of localKey | |
| MdmGet | Get the master entity | |
| MdmTxDetectCandidates | Given a MASTER detect LOCALS which might be candidates | |
| MdmTxIgnoreCandidateMatch | Create transaction instructions to ignore candidate matches | |
| MdmTxMasterLink | Create transaction instructions to establish MDM master link | |
| MdmTxMasterUnlink | Create transaction instructions to unlink a master | |
| MdmTxMatchMasters | Given a LOCAL match MASTER records that might be candidates | |
| MdmTxMergeMasters | Merge two master records together | |
| MdmTxUnIgnoreCandidateMatch | Un-ignore a candidiate match | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RefactorRelationships | Refactor relationships | |
| ResolveGoldenRecord | Resolve the golden record for the forSource or if forSource is the golden record return it back | |
| ResolveManagedRecord | When a data management pattern (like MDM) masks or performs specialized linking or synthesization in the database this method will allow callers to have the data provider synthesize that data. | |
| ResolveOwnedRecord | When a data management pattern (like MDM) performs compartmentalization of source data there is a need for the caller to get the record which is owned by ownerPrincipal to perform an update (this is common in MDM data imports and migrations) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ManagedLinkEstablished | Fired when a managed link is established | |
| ManagedLinkRemoved | Fired when a managed link is removed |
| 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) |