IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShellCore.CodeCompletion.DataItems.EntityCompletionData Class Reference
+ Inheritance diagram for CShellCore.CodeCompletion.DataItems.EntityCompletionData:
+ Collaboration diagram for CShellCore.CodeCompletion.DataItems.EntityCompletionData:

Public Member Functions

 EntityCompletionData (IEntity entity)
 
 EntityCompletionData (IEntity entity)
 
- Public Member Functions inherited from CShellCore.CodeCompletion.DataItems.CompletionData
 CompletionData (string text)
 
void AddOverload (ICompletionData data)
 
void Complete (TextArea textArea, ICSharpCode.AvalonEdit.Document.ISegment completionSegment, EventArgs insertionRequestEventArgs)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
 CompletionData (string text)
 
void AddOverload (ICompletionData data)
 
void Complete (TextArea textArea, ICSharpCode.AvalonEdit.Document.ISegment completionSegment, EventArgs insertionRequestEventArgs)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static string XmlDocumentationToText (string xmlDoc)
 
static string XmlDocumentationToText (string xmlDoc)
 

Properties

IEntity Entity [get]
 
override string Description [get, set]
 
- Properties inherited from CShellCore.CodeCompletion.DataItems.CompletionData
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 Private Member Functions

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...
 

Private Attributes

readonly IEntity entity
 
string description
 

Static Private Attributes

static readonly CSharpAmbience csharpAmbience = new CSharpAmbience()
 

Additional Inherited Members

- Protected Member Functions inherited from CShellCore.CodeCompletion.DataItems.CompletionData
 CompletionData ()
 
 CompletionData ()
 

Constructor & Destructor Documentation

CShellCore.CodeCompletion.DataItems.EntityCompletionData.EntityCompletionData ( IEntity  entity)
inline
CShellCore.CodeCompletion.DataItems.EntityCompletionData.EntityCompletionData ( IEntity  entity)
inline

Member Function Documentation

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

Member Data Documentation

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

Property Documentation

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: