C# Class Adf.Base.Validation.BusinessRuleValidationContext.ValidationResultCollectionScope

Represents ValidationResultCollectionScope. Provides methods to get ValidationResultCollection, merge child scopes and dispose current scope.
Inheritance: IDisposable
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Dispose ( ) : void

Closes the scope of its BusinessRuleValidationContext.

ValidationResultCollectionScope ( BusinessRuleValidationContext context ) : System

Initializes an instance of ValidationResultCollectionScope with the supplied BusinessRuleValidationContext.

Private Methods

Method Description
Merge ( ValidationResultCollectionScope childScope ) : void

Adds the supplied ValidationResultCollectionScope.

Method Details

Dispose() public method

Closes the scope of its BusinessRuleValidationContext.
public Dispose ( ) : void
return void

ValidationResultCollectionScope() public method

Initializes an instance of ValidationResultCollectionScope with the supplied BusinessRuleValidationContext.
public ValidationResultCollectionScope ( BusinessRuleValidationContext context ) : System
context BusinessRuleValidationContext The supplied .
return System