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.ImportCompletionData Class Reference

Completion item that introduces a using declaration. More...

+ Inheritance diagram for CShellCore.CodeCompletion.DataItems.ImportCompletionData:
+ Collaboration diagram for CShellCore.CodeCompletion.DataItems.ImportCompletionData:

Public Member Functions

 ImportCompletionData (ITypeDefinition typeDef, CSharpTypeResolveContext contextAtCaret, bool useFullName)
 
 ImportCompletionData (ITypeDefinition typeDef, CSharpTypeResolveContext contextAtCaret, bool useFullName)
 
- Public Member Functions inherited from CShellCore.CodeCompletion.DataItems.EntityCompletionData
 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 ()
 

Private Attributes

string insertUsing
 
string insertionText
 

Additional Inherited Members

- Static Public Member Functions inherited from CShellCore.CodeCompletion.DataItems.EntityCompletionData
static string XmlDocumentationToText (string xmlDoc)
 
static string XmlDocumentationToText (string xmlDoc)
 
- Protected Member Functions inherited from CShellCore.CodeCompletion.DataItems.CompletionData
 CompletionData ()
 
 CompletionData ()
 
- Properties inherited from CShellCore.CodeCompletion.DataItems.EntityCompletionData
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]
 

Detailed Description

Completion item that introduces a using declaration.

Constructor & Destructor Documentation

CShellCore.CodeCompletion.DataItems.ImportCompletionData.ImportCompletionData ( ITypeDefinition  typeDef,
CSharpTypeResolveContext  contextAtCaret,
bool  useFullName 
)
inline
CShellCore.CodeCompletion.DataItems.ImportCompletionData.ImportCompletionData ( ITypeDefinition  typeDef,
CSharpTypeResolveContext  contextAtCaret,
bool  useFullName 
)
inline

Member Data Documentation

string CShellCore.CodeCompletion.DataItems.ImportCompletionData.insertUsing
private
string CShellCore.CodeCompletion.DataItems.ImportCompletionData.insertionText
private

The documentation for this class was generated from the following file: