C# 클래스 ModernWebStore.SharedKernel.Validation.AssertionConcern

파일 보기 프로젝트 열기: andrebaltieri/mwa-api

공개 메소드들

메소드 설명
AssertAreEquals ( string value, string match, string message ) : DomainNotification
AssertIsGreaterOrEqualThan ( int value1, int value2, string message ) : DomainNotification
AssertIsGreaterThan ( decimal value1, decimal value2, string message ) : DomainNotification
AssertIsGreaterThan ( int value1, int value2, string message ) : DomainNotification
AssertLength ( string stringValue, int minimum, int maximum, string message ) : DomainNotification
AssertMatches ( string pattern, string stringValue, string message ) : DomainNotification
AssertNotEmpty ( string stringValue, string message ) : DomainNotification
AssertNotNull ( object object1, string message ) : DomainNotification
AssertTrue ( bool boolValue, string message ) : DomainNotification
IsSatisfiedBy ( ) : bool

비공개 메소드들

메소드 설명
NotifyAll ( IEnumerable notifications ) : void

메소드 상세

AssertAreEquals() 공개 정적인 메소드

public static AssertAreEquals ( string value, string match, string message ) : DomainNotification
value string
match string
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertIsGreaterOrEqualThan() 공개 정적인 메소드

public static AssertIsGreaterOrEqualThan ( int value1, int value2, string message ) : DomainNotification
value1 int
value2 int
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertIsGreaterThan() 공개 정적인 메소드

public static AssertIsGreaterThan ( decimal value1, decimal value2, string message ) : DomainNotification
value1 decimal
value2 decimal
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertIsGreaterThan() 공개 정적인 메소드

public static AssertIsGreaterThan ( int value1, int value2, string message ) : DomainNotification
value1 int
value2 int
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertLength() 공개 정적인 메소드

public static AssertLength ( string stringValue, int minimum, int maximum, string message ) : DomainNotification
stringValue string
minimum int
maximum int
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertMatches() 공개 정적인 메소드

public static AssertMatches ( string pattern, string stringValue, string message ) : DomainNotification
pattern string
stringValue string
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertNotEmpty() 공개 정적인 메소드

public static AssertNotEmpty ( string stringValue, string message ) : DomainNotification
stringValue string
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertNotNull() 공개 정적인 메소드

public static AssertNotNull ( object object1, string message ) : DomainNotification
object1 object
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

AssertTrue() 공개 정적인 메소드

public static AssertTrue ( bool boolValue, string message ) : DomainNotification
boolValue bool
message string
리턴 ModernWebStore.SharedKernel.Events.DomainNotification

IsSatisfiedBy() 공개 정적인 메소드

public static IsSatisfiedBy ( ) : bool
리턴 bool