C# Class Catel.ReSharper.Arguments.ExceptionXmlDocHelper

Exibir arquivo Open project: Catel/Catel.ReSharper

Public Methods

Method Description
GetImplementsInterfaceExceptionXmlDoc ( string declaredName ) : string
GetIsMatchExceptionXmlDoc ( string declaredName ) : string
GetIsMaximunExceptionXmlDoc ( string declaredName ) : string
GetIsMinimalExceptionXmlDoc ( string declaredName ) : string
GetIsNotMatchExceptionXmlDoc ( string declaredName ) : string
GetIsNotNullExceptionXmlDoc ( string declaredName ) : string
GetIsNotNullOrEmptyArrayExceptionXmlDoc ( string declaredName ) : string
GetIsNotNullOrEmptyExceptionXmlDoc ( string declaredName ) : string
GetIsNotNullOrWhitespaceExceptionXmlDoc ( string declaredName ) : string
GetIsNotOutOfRangeExceptionXmlDoc ( string declaredName ) : string
GetIsOfTypeExceptionXmlDoc ( string declaredName ) : string

Private Methods

Method Description
GetExceptionXmlDoc ( string pattern, string declaredName ) : string

Method Details

GetImplementsInterfaceExceptionXmlDoc() public static method

public static GetImplementsInterfaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsMatchExceptionXmlDoc() public static method

public static GetIsMatchExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsMaximunExceptionXmlDoc() public static method

public static GetIsMaximunExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsMinimalExceptionXmlDoc() public static method

public static GetIsMinimalExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsNotMatchExceptionXmlDoc() public static method

public static GetIsNotMatchExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsNotNullExceptionXmlDoc() public static method

public static GetIsNotNullExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsNotNullOrEmptyArrayExceptionXmlDoc() public static method

public static GetIsNotNullOrEmptyArrayExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsNotNullOrEmptyExceptionXmlDoc() public static method

public static GetIsNotNullOrEmptyExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsNotNullOrWhitespaceExceptionXmlDoc() public static method

public static GetIsNotNullOrWhitespaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsNotOutOfRangeExceptionXmlDoc() public static method

public static GetIsNotOutOfRangeExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string

GetIsOfTypeExceptionXmlDoc() public static method

public static GetIsOfTypeExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string