Table of Contents

Class CodeCompletionCategory

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

Provides data for the code completion category like class or field.

public class CodeCompletionCategory : ValueObject<CodeCompletionCategory>
Inheritance
CodeCompletionCategory

Constructors

CodeCompletionCategory(string, string, int?, Image)

Initializes a new instance of the CodeCompletionCategory class with specified parameters.

CodeCompletionCategory(string, string, string, int?, Image)

Initializes a new instance of the CodeCompletionCategory class with specified parameters.

Properties

DisplayName

Gets displayed name of the category.

Id

Gets ID of the category.

Image

Gets image of the category.

ImageIndex

Gets image index of the category.

Name

Gets name of the category.

Methods

EqualsCore(CodeCompletionCategory)
GetHashCodeCore()