public sealed class EntityIssue.Types.Position : IMessage<EntityIssue.Types.Position>, IEquatable<EntityIssue.Types.Position>, IDeepCloneable<EntityIssue.Types.Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class EntityIssue.Types.Position.
[[["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-04-17 UTC."],[[["This documentation page covers the `EntityIssue.Types.Position` class within the Database Migration v1 API."],["The `EntityIssue.Types.Position` class represents the position of an issue and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Column`, `Length`, `Line`, and `Offset`, which are integers and detail the exact location and extent of an issue."],["Available versions for this class range from 1.0.0 to the latest 2.5.0, with the current page focusing on version 2.4.0."],["There are two constructor methods, `Position()` and `Position(EntityIssue.Types.Position other)`, for instantiating this class."]]],[]]