C# Класс ProductsManagement.Infrastructure.ValidationDescriptorProvider

Наследование: IValidationDescriptorProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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