C# Класс Abp.EntityFramework.Repositories.AutoRepositoryTypesAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AutoRepositoryTypesAttribute ( Type repositoryInterface, Type repositoryInterfaceWithPrimaryKey, Type repositoryImplementation, Type repositoryImplementationWithPrimaryKey ) : System

Приватные методы

Метод Описание
AutoRepositoryTypesAttribute ( ) : System

Описание методов

AutoRepositoryTypesAttribute() публичный метод

public AutoRepositoryTypesAttribute ( Type repositoryInterface, Type repositoryInterfaceWithPrimaryKey, Type repositoryImplementation, Type repositoryImplementationWithPrimaryKey ) : System
repositoryInterface System.Type
repositoryInterfaceWithPrimaryKey System.Type
repositoryImplementation System.Type
repositoryImplementationWithPrimaryKey System.Type
Результат System