C# Class ProductsManagement.Infrastructure.ValidationDescriptorProvider

Inheritance: IValidationDescriptorProvider
Afficher le fichier Open project: emiaj/ProductsManagement

Méthodes publiques

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

Method Details

GetDescriptor() public méthode

public GetDescriptor ( ActionCall target ) : Type
target ActionCall
Résultat System.Type

HasDescriptor() public méthode

public HasDescriptor ( ActionCall target ) : bool
target ActionCall
Résultat bool

Register() public méthode

public Register ( ActionCall target, Type descriptor ) : void
target ActionCall
descriptor System.Type
Résultat void

ValidationDescriptorProvider() public méthode

public ValidationDescriptorProvider ( ) : System
Résultat System