프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CloseScope | void |
메소드 | 설명 | |
---|---|---|
AddValidationResult ( ValidationResult result ) : void |
Adds the supplied ValidationResult to its current ValidationResultCollectionScope.
|
|
BusinessRuleValidationContext ( ) : System |
Initializes an instance of BusinessRuleValidationContext.
|
|
Clear ( ) : void |
Clears the stack of type ValidationResultCollectionScope of this instance.
|
|
CreateValidationScope ( string scopeName ) : IDisposable |
Creates and returns an instance of ValidationResultCollectionScope with the supplied scope name.
|
메소드 | 설명 | |
---|---|---|
CloseScope ( ) : void |
Deletes the current scope and merges it to the next to the current scope.
|
public AddValidationResult ( ValidationResult result ) : void | ||
result | ValidationResult | The supplied |
리턴 | void |
public CreateValidationScope ( string scopeName ) : IDisposable | ||
scopeName | string | The scope name. |
리턴 | IDisposable |