C# Class Nettiers.AdventureWorks.Services.GenericProcessorResult

Inheritance: IProcessorResult
显示文件 Open project: netTiers/netTiers

Public Methods

Method Description
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.

Method Details

AddBrokenRulesList() public method

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
return void

GenericProcessorResult() public method

Initializes a new instance of the GenericProcessorResult class.
public GenericProcessorResult ( ) : System
return System