C# Class Catel.ReSharper.Arguments.IsMatchContextAction

Inheritance: ArgumentContextActionBase
Afficher le fichier Open project: Catel/Catel.ReSharper

Méthodes publiques

Méthode Description
IsMatchContextAction ( ICSharpContextActionDataProvider provider ) : System

Méthodes protégées

Méthode Description
CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string
IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
IsArgumentTypeTheExpected ( IType type ) : bool

Method Details

CreateArgumentCheckStatement() protected méthode

protected CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
parameterDeclaration IRegularParameterDeclaration
Résultat ICSharpStatement

CreateExceptionXmlDoc() protected méthode

protected CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string
parameterDeclaration IRegularParameterDeclaration
Résultat string

IsArgumentCheckDocumented() protected méthode

protected IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
xmlDocOfTheMethod System.Xml.XmlNode
parameterDeclaration IRegularParameterDeclaration
Résultat bool

IsArgumentChecked() protected méthode

protected IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
methodDeclaration ICSharpFunctionDeclaration
parameterDeclaration IRegularParameterDeclaration
Résultat bool

IsArgumentTypeTheExpected() protected méthode

protected IsArgumentTypeTheExpected ( IType type ) : bool
type IType
Résultat bool

IsMatchContextAction() public méthode

public IsMatchContextAction ( ICSharpContextActionDataProvider provider ) : System
provider ICSharpContextActionDataProvider
Résultat System