Adf.Base.Validation.BusinessRuleValidationContext.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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