C# Class Abp.EntityFramework.Repositories.AutoRepositoryTypesAttribute

Inheritance: System.Attribute
Show file Open project: carldai0106/ABP Class Usage Examples

Public Methods

Method Description
AutoRepositoryTypesAttribute ( Type repositoryInterface, Type repositoryInterfaceWithPrimaryKey, Type repositoryImplementation, Type repositoryImplementationWithPrimaryKey ) : System

Private Methods

Method Description
AutoRepositoryTypesAttribute ( ) : System

Method Details

AutoRepositoryTypesAttribute() public method

public AutoRepositoryTypesAttribute ( Type repositoryInterface, Type repositoryInterfaceWithPrimaryKey, Type repositoryImplementation, Type repositoryImplementationWithPrimaryKey ) : System
repositoryInterface System.Type
repositoryInterfaceWithPrimaryKey System.Type
repositoryImplementation System.Type
repositoryImplementationWithPrimaryKey System.Type
return System