C# 클래스 Abp.EntityFramework.Repositories.AutoRepositoryTypesAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: carldai0106/ABP 1 사용 예제들

공개 메소드들

메소드 설명
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