Adf.Base.Validation.BusinessRuleValidationContext.ValidationResultCollectionScope.Dispose C# (CSharp) Méthode

Dispose() public méthode

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