Table of Contents

Interface ICodeRefactor

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents properties to describe a particular code fix action in the code text.

public interface ICodeRefactor : ICloneable

Properties

ActionDescription

When implemented by a class, gets or sets code refactor action description.

ActionName

When implemented by a class, gets or sets code refactor action name.

Children

When implemented by a class, gets a list of nested code refactors

Description

When implemented by a class, gets or sets code fix description.

EndPos

When implemneted by a class, gets or sets end position of the text being refactored.

GetTextChangesAsync

When implemented by a class, Gets or sets action to apply code fix.

Name

When implemented by a class, gets or sets code refactor name.

Position

When implemneted by a class, gets or sets start position of the text being refactored.

TextChangesFunc

When implemented by a class, gets or sets functions that retrieves code changes for particular code refactor.

Methods

GetTextChanges(bool)

When implemented by a class, retrieves code changes for particular code refactor.