Adf.Base.Validation.BusinessRuleValidationContext.ValidationResultCollectionScope.Dispose C# (CSharp) Method

Dispose() public method

Closes the scope of its BusinessRuleValidationContext.
public Dispose ( ) : void
return void
            public void Dispose()
            {
                _context.CloseScope();
            }
BusinessRuleValidationContext.ValidationResultCollectionScope