public sealed class DocumentTransform : IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, IBufferMessage, IMessage
[[["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."],[[["The latest version available for `DocumentTransform` is 3.10.0, with various prior versions listed, including the current page's version of 2.5.0."],["`DocumentTransform` is a class that represents a transformation of a document, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DocumentTransform` class contains properties `Document` (the name of the document to transform) and `FieldTransforms` (the list of transformations to apply to the fields of the document)."],["The `DocumentTransform` class has two constructors, one is parameterless and the other takes a `DocumentTransform` object."],["The `DocumentTransform` class inherits from Object and implements several interfaces including IMessage\u003cDocumentTransform\u003e, IEquatable\u003cDocumentTransform\u003e, IDeepCloneable\u003cDocumentTransform\u003e, IBufferMessage, IMessage."]]],[]]