C# 클래스 Catel.ReSharper.Arguments.IsNotOutOfRangeContextAction

상속: ArgumentContextActionBase
파일 보기 프로젝트 열기: Catel/Catel.ReSharper

공개 메소드들

메소드 설명
IsNotOutOfRangeContextAction ( ICSharpContextActionDataProvider provider ) : System

보호된 메소드들

메소드 설명
CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string
IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
IsArgumentTypeTheExpected ( IType type ) : bool

메소드 상세

CreateArgumentCheckStatement() 보호된 메소드

protected CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
parameterDeclaration IRegularParameterDeclaration
리턴 ICSharpStatement

CreateExceptionXmlDoc() 보호된 메소드

protected CreateExceptionXmlDoc ( IRegularParameterDeclaration parameterDeclaration ) : string
parameterDeclaration IRegularParameterDeclaration
리턴 string

IsArgumentCheckDocumented() 보호된 메소드

protected IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
xmlDocOfTheMethod System.Xml.XmlNode
parameterDeclaration IRegularParameterDeclaration
리턴 bool

IsArgumentChecked() 보호된 메소드

protected IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
methodDeclaration ICSharpFunctionDeclaration
parameterDeclaration IRegularParameterDeclaration
리턴 bool

IsArgumentTypeTheExpected() 보호된 메소드

protected IsArgumentTypeTheExpected ( IType type ) : bool
type IType
리턴 bool

IsNotOutOfRangeContextAction() 공개 메소드

public IsNotOutOfRangeContextAction ( ICSharpContextActionDataProvider provider ) : System
provider ICSharpContextActionDataProvider
리턴 System