C# Class Catel.ReSharper.Arguments.ExceptionXmlDocHelper

Afficher le fichier Open project: Catel/Catel.ReSharper

Méthodes publiques

Méthode 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

Méthode Description
GetExceptionXmlDoc ( string pattern, string declaredName ) : string

Method Details

GetImplementsInterfaceExceptionXmlDoc() public static méthode

public static GetImplementsInterfaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsMatchExceptionXmlDoc() public static méthode

public static GetIsMatchExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsMaximunExceptionXmlDoc() public static méthode

public static GetIsMaximunExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsMinimalExceptionXmlDoc() public static méthode

public static GetIsMinimalExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsNotMatchExceptionXmlDoc() public static méthode

public static GetIsNotMatchExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsNotNullExceptionXmlDoc() public static méthode

public static GetIsNotNullExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsNotNullOrEmptyArrayExceptionXmlDoc() public static méthode

public static GetIsNotNullOrEmptyArrayExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsNotNullOrEmptyExceptionXmlDoc() public static méthode

public static GetIsNotNullOrEmptyExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsNotNullOrWhitespaceExceptionXmlDoc() public static méthode

public static GetIsNotNullOrWhitespaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsNotOutOfRangeExceptionXmlDoc() public static méthode

public static GetIsNotOutOfRangeExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string

GetIsOfTypeExceptionXmlDoc() public static méthode

public static GetIsOfTypeExceptionXmlDoc ( string declaredName ) : string
declaredName string
Résultat string