Interface IParameterMember
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Represents properties for a particular parameter member within list member parameters.
public interface IParameterMember : ICodeCompletionProviderItem, IComparable
Properties
- DataType
When implemented by a class, gets or sets a string value that specifies datatype of the
IParameterMember
.
- Description
When implemented by a class, gets or sets a string value that specifies short description of the
IParameterMember
.
- Modifiers
When implemented by a class, gets or sets a string value that specifies parameter modifier.
- Name
When implemented by a class, gets or sets a string value that specifies name of the
IParameterMember
.
- Qualifier
When implemented by a class, gets or sets a string value that specifies parameter modifier of the
IParameterMember
.
- Text
When implemented by a class, gets or sets a string value that represents parameter text.