Property | Type | Description | |
---|---|---|---|
CloseScope | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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 |
return | void |
public BusinessRuleValidationContext ( ) : System | ||
return | System |
public CreateValidationScope ( string scopeName ) : IDisposable | ||
scopeName | string | The scope name. |
return | IDisposable |