Interface IListMember
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents properties and methods for a particular list member in the data collection of the code completion popups.
public interface IListMember : ICodeCompletionProviderItem, IComparable
Properties
- Attributes
When implemented by a class, gets or sets additional attributes associated with a member.
- CurrentParamIndex
When implemented by a class, gets or sets index of current parameter in the parameters collection.
- CustomData
When implemented by a class, gets or sets an object that can hold a user defined data attached to the
IListMember
.
- DataType
When implemented by a class, gets or sets a string value that specifies data type of the
IListMember
.
- Description
When implemented by a class, gets or sets a string value that specifies short description of the
IListMember
.
- DisplayText
When implemented by a class, gets or sets a string value displayed as a "name" part of
IListMember
.
- Image
When implemented by a class, gets or sets the image displayed for the
IListMember
.
- ImageIndex
When implemented by a class, gets or sets the index of the image displayed for the
IListMember
.
- InsertText
When implemented by a class, gets or sets a string value inserted in the text editor when
IListMember
is selected.
- MemberType
When implemented by a class, gets or sets the integer value representing type of the member.
- Name
When implemented by a class, gets or sets a string value that specifies the name of the
IListMember
. Useful to find necessary item within theIListMember
collection.
- Overloads
When implemented by a class, gets or sets number of overloading members
IListMember
in the collection.
- Owner
When implemented by a class, gets IListMembers instance owning the
ListMember
.
- ParamText
When implemented by a class, gets or sets a string value that specifies comma separated list of parameters of the
IListMember
.
- Parameters
When implemented by a class, gets or sets a collection of parameters of this
IListMember
.
- Priority
When implemented by a class, gets or sets priority of the
ListMember
.
- Qualifier
When implemented by a class, gets or sets a string value that specifies access modifiers of the
IListMember
.
Methods
- AddDescription(string)
When implemented by a class, appends text to the member description.
- GetParamText(bool)
When implemented by a class, converts
Parameters
property to a single string.
- GetTemplate(bool)
When implemented by a class, return member's template.