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

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetExceptionXmlDoc ( string pattern, string declaredName ) : string

메소드 상세

GetImplementsInterfaceExceptionXmlDoc() 공개 정적인 메소드

public static GetImplementsInterfaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsMatchExceptionXmlDoc() 공개 정적인 메소드

public static GetIsMatchExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsMaximunExceptionXmlDoc() 공개 정적인 메소드

public static GetIsMaximunExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsMinimalExceptionXmlDoc() 공개 정적인 메소드

public static GetIsMinimalExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsNotMatchExceptionXmlDoc() 공개 정적인 메소드

public static GetIsNotMatchExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsNotNullExceptionXmlDoc() 공개 정적인 메소드

public static GetIsNotNullExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsNotNullOrEmptyArrayExceptionXmlDoc() 공개 정적인 메소드

public static GetIsNotNullOrEmptyArrayExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsNotNullOrEmptyExceptionXmlDoc() 공개 정적인 메소드

public static GetIsNotNullOrEmptyExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsNotNullOrWhitespaceExceptionXmlDoc() 공개 정적인 메소드

public static GetIsNotNullOrWhitespaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsNotOutOfRangeExceptionXmlDoc() 공개 정적인 메소드

public static GetIsNotOutOfRangeExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string

GetIsOfTypeExceptionXmlDoc() 공개 정적인 메소드

public static GetIsOfTypeExceptionXmlDoc ( string declaredName ) : string
declaredName string
리턴 string