public sealed class FrameViolationEntry : IMessage<FrameViolationEntry>, IEquatable<FrameViolationEntry>, IDeepCloneable<FrameViolationEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class FrameViolationEntry.
A resource that contains a single violation of a reported AssetFrame
resource.
[[["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-03-21 UTC."],[[["This documentation is for version 1.3.0 of the `FrameViolationEntry` class within the Migration Center v1 API."],["`FrameViolationEntry` represents a single violation found in an `AssetFrame` resource."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FrameViolationEntry` class has two properties, `Field` and `Violation`, both of which are strings, specifying the location and details of the violation respectively."],["There are two constructors available, one being a default empty constructor, and another that accepts another `FrameViolationEntry` to create a copy of an existing object."]]],[]]