프로퍼티 | 타입 | 설명 | |
---|---|---|---|
INVALID_EMAIL | string | ||
INVALID_EMAIL_DOMAIN | string | ||
INVALID_FORMAT | string | ||
LIST_MUST_NOT_BE_EMPTY | string | ||
MUST_BE_GREATER_OR_EQUAL_TO_ZERO | string | ||
MUST_BE_GREATER_THAN_ZERO | string | ||
MUST_BE_TRUE | string | ||
REQUIRED_FIELD | string | ||
SYSTEM_FAILURE | string |
메소드 | 설명 | |
---|---|---|
AddChild ( string propertyName, INotification notification ) : void | ||
AliasFieldInMessages ( string fieldName, string alias ) : void | ||
AssertValid ( ) : void | ||
Flatten ( ) : |
||
ForEachField ( Action |
||
GetChild ( string propertyName ) : INotification | ||
GetMessages ( string fieldName ) : SweetVids.Core.Validation.NotificationMessage[] | ||
HasMessage ( string fieldName, string messageText ) : bool | ||
Include ( |
||
Invalid ( ) : |
||
IsTopLevelValid ( ) : bool | ||
IsValid ( ) : bool | ||
IsValid ( string fieldName ) : bool | ||
MessagesFor ( string fieldName ) : |
||
RegisterMessage ( string fieldName, string message, Severity severity ) : |
||
Valid ( ) : |
||
addMessages ( StringBuilder sb ) : void | ||
gather ( List |
public AddChild ( string propertyName, INotification notification ) : void | ||
propertyName | string | |
notification | INotification | |
리턴 | void |
public AliasFieldInMessages ( string fieldName, string alias ) : void | ||
fieldName | string | |
alias | string | |
리턴 | void |
public GetChild ( string propertyName ) : INotification | ||
propertyName | string | |
리턴 | INotification |
public GetMessages ( string fieldName ) : SweetVids.Core.Validation.NotificationMessage[] | ||
fieldName | string | |
리턴 | SweetVids.Core.Validation.NotificationMessage[] |
public HasMessage ( string fieldName, string messageText ) : bool | ||
fieldName | string | |
messageText | string | |
리턴 | bool |
public MessagesFor ( string fieldName ) : |
||
fieldName | string | |
리턴 |
public RegisterMessage ( string fieldName, string message, Severity severity ) : |
||
fieldName | string | |
message | string | |
severity | Severity | |
리턴 |
public static string MUST_BE_GREATER_OR_EQUAL_TO_ZERO | ||
리턴 | string |