Table of Contents

Class JsListMember

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

Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe C# language code.

public class JsListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
Inheritance
JsListMember
Implements

Constructors

JsListMember()

Initializes a new instance of the JsListMember class with default settings.

JsListMember(IListMembers, bool)

Initializes a new instance of the JsListMember class with a specified owner.

Properties

Category

Gets or sets a CodeCompletionCategory to which this ListMember belongs.

Desc
Description

Return member's description.

Methods

DataTypeToLower(string)
GetDescription(bool)
GetParamText(bool)

Converts Parameters property to a single string.

GetParamText(bool, bool)
IsBuiltInType(string)