C# Class ProductsManagement.Infrastructure.ValidationDescriptorProvider

Inheritance: IValidationDescriptorProvider
Show file Open project: emiaj/ProductsManagement

Public Methods

Method Description
GetDescriptor ( ActionCall target ) : Type
HasDescriptor ( ActionCall target ) : bool
Register ( ActionCall target, Type descriptor ) : void
ValidationDescriptorProvider ( ) : System

Method Details

GetDescriptor() public method

public GetDescriptor ( ActionCall target ) : Type
target ActionCall
return System.Type

HasDescriptor() public method

public HasDescriptor ( ActionCall target ) : bool
target ActionCall
return bool

Register() public method

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

ValidationDescriptorProvider() public method

public ValidationDescriptorProvider ( ) : System
return System