C# Class ICSharpCode.NRefactory.CSharp.Completion.CompletionDataWrapper

Afficher le fichier Open project: mono-soc-2012/NRefactory Class Usage Examples

Private Properties

Свойство Type Description
GetCompletionCategory CompletionCategory

Méthodes publiques

Méthode Description
Add ( ICompletionData data ) : void
AddCustom ( string displayText, string description = null, string completionText = null ) : void
AddEnumMembers ( IType resolvedType, CSharpResolver state, string typeString ) : void
AddMember ( IMember member ) : ICompletionData
AddNamedParameterVariable ( IVariable variable ) : ICompletionData
AddNamespace ( string name ) : void
AddType ( IType type, string shortType ) : ICompletionData
AddTypeParameter ( ITypeParameter variable ) : void
AddVariable ( IVariable variable ) : ICompletionData
CompletionDataWrapper ( CSharpCompletionEngine completion ) : System

Private Methods

Méthode Description
GetCompletionCategory ( IType type ) : CompletionCategory

Method Details

Add() public méthode

public Add ( ICompletionData data ) : void
data ICompletionData
Résultat void

AddCustom() public méthode

public AddCustom ( string displayText, string description = null, string completionText = null ) : void
displayText string
description string
completionText string
Résultat void

AddEnumMembers() public méthode

public AddEnumMembers ( IType resolvedType, CSharpResolver state, string typeString ) : void
resolvedType IType
state ICSharpCode.NRefactory.CSharp.Resolver.CSharpResolver
typeString string
Résultat void

AddMember() public méthode

public AddMember ( IMember member ) : ICompletionData
member IMember
Résultat ICompletionData

AddNamedParameterVariable() public méthode

public AddNamedParameterVariable ( IVariable variable ) : ICompletionData
variable IVariable
Résultat ICompletionData

AddNamespace() public méthode

public AddNamespace ( string name ) : void
name string
Résultat void

AddType() public méthode

public AddType ( IType type, string shortType ) : ICompletionData
type IType
shortType string
Résultat ICompletionData

AddTypeParameter() public méthode

public AddTypeParameter ( ITypeParameter variable ) : void
variable ITypeParameter
Résultat void

AddVariable() public méthode

public AddVariable ( IVariable variable ) : ICompletionData
variable IVariable
Résultat ICompletionData

CompletionDataWrapper() public méthode

public CompletionDataWrapper ( CSharpCompletionEngine completion ) : System
completion CSharpCompletionEngine
Résultat System