C# 클래스 PetShop.Services.GenericProcessorResult

상속: IProcessorResult
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
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