public RepeatedField<EntityMappingLogEntry> MappingLog { get; }
Entity mapping log entries.
Multiple rules can be effective and contribute changes to a converted
entity, such as a rule can handle the entity name, another rule can handle
an entity type. In addition, rules which did not change the entity are also
logged along with the reason preventing them to do so.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eEntityMapping\u003c/code\u003e class for the Database Migration v1 API is 2.5.0, with previous versions available from 1.0.0 to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntityMapping\u003c/code\u003e class provides details about the mappings of a database entity and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains properties to manage source and draft entities, including their names (\u003ccode\u003eSourceEntity\u003c/code\u003e, \u003ccode\u003eDraftEntity\u003c/code\u003e) and types (\u003ccode\u003eSourceType\u003c/code\u003e, \u003ccode\u003eDraftType\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMappingLog\u003c/code\u003e property is a \u003ccode\u003eRepeatedField\u003c/code\u003e that records log entries (\u003ccode\u003eEntityMappingLogEntry\u003c/code\u003e) for changes and actions applied to a converted entity.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, \u003ccode\u003eEntityMapping()\u003c/code\u003e and \u003ccode\u003eEntityMapping(EntityMapping other)\u003c/code\u003e, with the second allowing for the creation of an object from an existing \u003ccode\u003eEntityMapping\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]