Class CodeActionItem
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents particular code ix in the code refactor collection.
public class CodeActionItem : CodeCompletionProviderNamedItem, ICodeActionItem, ICodeCompletionProviderNamedItem, ICodeCompletionProviderItem, IComparable
- Inheritance
-
CodeActionItem
- Implements
Constructors
- CodeActionItem()
Initializes a new instance of the
CodeRefactorItem
class with default settings.
- CodeActionItem(ICodeActionItems)
Initializes a new instance of the
CodeRefactorItem
class with specified parent.
Properties
- ChildItems
Gets list of child items for this
ICodeCompletionProviderNamedItem
.
- CodeFix
Gets an associated code fix object.
- CodeRefactor
Gets an assosicated code refactor object.
- CustomData
Gets an object that can hold a user defined data attached to the code refactor.
- Description
Gets string value representing description of the
CodeRefactorItem
.
- Name
Gets string value representing name of the
CodeRefactorItem
.
- Parent
Gets or sets a parent of the
CodeRefactorItem
.