C# Class Abp.EntityFramework.Repositories.AutoRepositoryTypesAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: carldai0106/ABP Class Usage Examples

Méthodes publiques

Méthode Description
AutoRepositoryTypesAttribute ( Type repositoryInterface, Type repositoryInterfaceWithPrimaryKey, Type repositoryImplementation, Type repositoryImplementationWithPrimaryKey ) : System

Private Methods

Méthode Description
AutoRepositoryTypesAttribute ( ) : System

Method Details

AutoRepositoryTypesAttribute() public méthode

public AutoRepositoryTypesAttribute ( Type repositoryInterface, Type repositoryInterfaceWithPrimaryKey, Type repositoryImplementation, Type repositoryImplementationWithPrimaryKey ) : System
repositoryInterface System.Type
repositoryInterfaceWithPrimaryKey System.Type
repositoryImplementation System.Type
repositoryImplementationWithPrimaryKey System.Type
Résultat System