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

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

공개 메소드들

메소드 설명
IsMatchDocumented ( string xmlDoc, string argumentName ) : bool
IsMaximumDocumented ( string xmlDoc, string argumentName ) : bool
IsMinimalDocumented ( string xmlDoc, string argumentName ) : bool
IsNotMatchDocumented ( string xmlDoc, string argumentName ) : bool
IsNotNullDocumented ( string xmlDoc, string argumentName ) : bool
IsNotOutOfRangeDocumented ( string xmlDoc, string argumentName ) : bool
IsOfTypeDocumented ( string xmlDoc, string argumentName ) : bool
NotNullOrEmptyArrayDocumented ( string xmlDoc, string argumentName ) : bool
NotNullOrEmptyDocumented ( string xmlDoc, string argumentName ) : bool
NotNullOrWhitespaceDocumented ( string xmlDoc, string argumentName ) : bool

비공개 메소드들

메소드 설명
IsMatch ( string pattern, string argumentName, string xmlDoc ) : bool

메소드 상세

IsMatchDocumented() 공개 정적인 메소드

public static IsMatchDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

IsMaximumDocumented() 공개 정적인 메소드

public static IsMaximumDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

IsMinimalDocumented() 공개 정적인 메소드

public static IsMinimalDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

IsNotMatchDocumented() 공개 정적인 메소드

public static IsNotMatchDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

IsNotNullDocumented() 공개 정적인 메소드

public static IsNotNullDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

IsNotOutOfRangeDocumented() 공개 정적인 메소드

public static IsNotOutOfRangeDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

IsOfTypeDocumented() 공개 정적인 메소드

public static IsOfTypeDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

NotNullOrEmptyArrayDocumented() 공개 정적인 메소드

public static NotNullOrEmptyArrayDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

NotNullOrEmptyDocumented() 공개 정적인 메소드

public static NotNullOrEmptyDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool

NotNullOrWhitespaceDocumented() 공개 정적인 메소드

public static NotNullOrWhitespaceDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool