C# Класс PetShop.Services.GenericProcessorResult

Наследование: IProcessorResult
Показать файл Открыть проект

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

Метод Описание
AddBrokenRulesList ( Type type, BrokenRulesList otherList ) : void

Provides a method to aggregate BrokenRuleList Collections Based on their Type if they are invalid.

GenericProcessorResult ( ) : System

Initializes a new instance of the GenericProcessorResult class.

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

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

Provides a method to aggregate BrokenRuleList Collections Based on their Type if they are invalid.
public AddBrokenRulesList ( Type type, BrokenRulesList otherList ) : void
type System.Type
otherList BrokenRulesList
Результат void

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

Initializes a new instance of the GenericProcessorResult class.
public GenericProcessorResult ( ) : System
Результат System