Table of Contents

Class ChangeAnnotation

Namespace
NMF.AnyText.Workspace
Assembly
NMF.AnyText.Core.dll

Represents metadata or instructions for an annotation associated with a change.

public class ChangeAnnotation
Inheritance
ChangeAnnotation
Inherited Members

Properties

Description

A description or explanation of the annotation.

public string Description { get; set; }

Property Value

string

Label

A label for the annotation (e.g., "Refactor").

public string Label { get; set; }

Property Value

string

NeedsConfirmation

Indicates if the change requires user confirmation.

public bool? NeedsConfirmation { get; set; }

Property Value

bool?