C# Класс Adf.Base.Validation.BusinessRuleValidationContext.ValidationResultCollectionScope

Represents ValidationResultCollectionScope. Provides methods to get ValidationResultCollection, merge child scopes and dispose current scope.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Closes the scope of its BusinessRuleValidationContext.

ValidationResultCollectionScope ( BusinessRuleValidationContext context ) : System

Initializes an instance of ValidationResultCollectionScope with the supplied BusinessRuleValidationContext.

Приватные методы

Метод Описание
Merge ( ValidationResultCollectionScope childScope ) : void

Adds the supplied ValidationResultCollectionScope.

Описание методов

Dispose() публичный Метод

Closes the scope of its BusinessRuleValidationContext.
public Dispose ( ) : void
Результат void

ValidationResultCollectionScope() публичный Метод

Initializes an instance of ValidationResultCollectionScope with the supplied BusinessRuleValidationContext.
public ValidationResultCollectionScope ( BusinessRuleValidationContext context ) : System
context BusinessRuleValidationContext The supplied .
Результат System