C# Class Catel.ReSharper.Arguments.ArgumentContextActionBase

Inheritance: Catel.ReSharper.CSharp.ContextActionBase
Datei anzeigen Open project: Catel/Catel.ReSharper

Public Methods

Method Description
IsAvailable ( IUserDataHolder cache ) : bool

Protected Methods

Method Description
ArgumentContextActionBase ( ICSharpContextActionDataProvider provider ) : System
CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
IsArgumentTypeTheExpected ( IType type ) : bool

Method Details

ArgumentContextActionBase() protected method

protected ArgumentContextActionBase ( ICSharpContextActionDataProvider provider ) : System
provider ICSharpContextActionDataProvider
return System

CreateArgumentCheckStatement() protected abstract method

protected abstract CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
parameterDeclaration IRegularParameterDeclaration
return ICSharpStatement

CreateExceptionXmlDoc() protected abstract method

protected abstract CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string
parameterDeclaration IRegularParameterDeclaration
return string

ExecutePsiTransaction() protected method

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
return Action

IsArgumentCheckDocumented() protected abstract method

protected abstract IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
xmlDocOfTheMethod System.Xml.XmlNode
parameterDeclaration IRegularParameterDeclaration
return bool

IsArgumentChecked() protected abstract method

protected abstract IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
methodDeclaration ICSharpFunctionDeclaration
parameterDeclaration IRegularParameterDeclaration
return bool

IsArgumentTypeTheExpected() protected abstract method

protected abstract IsArgumentTypeTheExpected ( IType type ) : bool
type IType
return bool

IsAvailable() public final method

public final IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder
return bool