|
IEntity | Entity [get] |
|
override string | Description [get, set] |
|
string | TriggerWord [get, set] |
|
int | TriggerWordLength [get, set] |
|
CompletionCategory | CompletionCategory [get, set] |
|
string | DisplayText [get, set] |
|
virtual string | Description [get, set] |
|
string | CompletionText [get, set] |
|
DisplayFlags | DisplayFlags [get, set] |
|
bool | HasOverloads [get] |
|
IEnumerable< ICompletionData > | OverloadedData [get] |
|
System.Windows.Media.ImageSource | Image [get, set] |
|
object | Content [get] |
|
object
ICSharpCode.AvalonEdit.CodeCompletion.ICompletionData. | Description [get] |
|
virtual double | Priority [get, set] |
|
string | Text [get] |
|
|
static string | GetText (IEntity entity) |
| Converts a member to text. Returns the declaration of the member as C# or VB code, e.g. "public void MemberName(string parameter)" More...
|
|
static string | GetText (IEntity entity) |
| Converts a member to text. Returns the declaration of the member as C# or VB code, e.g. "public void MemberName(string parameter)" More...
|
|
CShellCore.CodeCompletion.DataItems.EntityCompletionData.EntityCompletionData |
( |
IEntity |
entity | ) |
|
|
inline |
CShellCore.CodeCompletion.DataItems.EntityCompletionData.EntityCompletionData |
( |
IEntity |
entity | ) |
|
|
inline |
static string CShellCore.CodeCompletion.DataItems.EntityCompletionData.GetText |
( |
IEntity |
entity | ) |
|
|
inlinestaticprivate |
Converts a member to text. Returns the declaration of the member as C# or VB code, e.g. "public void MemberName(string parameter)"
static string CShellCore.CodeCompletion.DataItems.EntityCompletionData.XmlDocumentationToText |
( |
string |
xmlDoc | ) |
|
|
inlinestatic |
static string CShellCore.CodeCompletion.DataItems.EntityCompletionData.GetText |
( |
IEntity |
entity | ) |
|
|
inlinestaticprivate |
Converts a member to text. Returns the declaration of the member as C# or VB code, e.g. "public void MemberName(string parameter)"
static string CShellCore.CodeCompletion.DataItems.EntityCompletionData.XmlDocumentationToText |
( |
string |
xmlDoc | ) |
|
|
inlinestatic |
readonly IEntity CShellCore.CodeCompletion.DataItems.EntityCompletionData.entity |
|
private |
static readonly CSharpAmbience CShellCore.CodeCompletion.DataItems.EntityCompletionData.csharpAmbience = new CSharpAmbience() |
|
staticprivate |
string CShellCore.CodeCompletion.DataItems.EntityCompletionData.description |
|
private |
IEntity CShellCore.CodeCompletion.DataItems.EntityCompletionData.Entity |
|
get |
override string CShellCore.CodeCompletion.DataItems.EntityCompletionData.Description |
|
getset |
The documentation for this class was generated from the following file: