C# Class Nettiers.AdventureWorks.Services.GenericProcessorResult

Inheritance: IProcessorResult
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode 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 méthode

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
Résultat void

GenericProcessorResult() public méthode

Initializes a new instance of the GenericProcessorResult class.
public GenericProcessorResult ( ) : System
Résultat System