C# 클래스 ProductsManagement.Infrastructure.ValidationDescriptorProvider

상속: IValidationDescriptorProvider
파일 보기 프로젝트 열기: emiaj/ProductsManagement

공개 메소드들

메소드 설명
GetDescriptor ( ActionCall target ) : Type
HasDescriptor ( ActionCall target ) : bool
Register ( ActionCall target, Type descriptor ) : void
ValidationDescriptorProvider ( ) : System

메소드 상세

GetDescriptor() 공개 메소드

public GetDescriptor ( ActionCall target ) : Type
target ActionCall
리턴 System.Type

HasDescriptor() 공개 메소드

public HasDescriptor ( ActionCall target ) : bool
target ActionCall
리턴 bool

Register() 공개 메소드

public Register ( ActionCall target, Type descriptor ) : void
target ActionCall
descriptor System.Type
리턴 void

ValidationDescriptorProvider() 공개 메소드

public ValidationDescriptorProvider ( ) : System
리턴 System