Adf.Base.Validation.BusinessRuleValidationContext.Clear C# (CSharp) Method

Clear() public method

Clears the stack of type ValidationResultCollectionScope of this instance.
public Clear ( ) : void
return void
        public void Clear()
        {
            _scope.Clear();
            _scope.Push(new ValidationResultCollectionScope(this));
        }