C# 클래스 Data.FluentsNeeds.Conventions
파일 보기
프로젝트 열기: bibliopedia/bibliopedia
공개 메소드들
메소드 |
설명 |
|
Apply ( IManyToManyCollectionInstance instance ) : void |
|
|
Apply ( IManyToOneInstance instance ) : void |
|
|
Apply ( IOneToManyCollectionInstance instance ) : void |
|
|
Apply ( IOneToOneInstance instance ) : void |
|
|
Apply ( IPropertyInstance instance ) : void |
|
|
메소드 상세
public Apply ( IManyToManyCollectionInstance instance ) : void |
instance |
IManyToManyCollectionInstance |
|
리턴 |
void |
|
public Apply ( IManyToOneInstance instance ) : void |
instance |
IManyToOneInstance |
|
리턴 |
void |
|
public Apply ( IOneToManyCollectionInstance instance ) : void |
instance |
IOneToManyCollectionInstance |
|
리턴 |
void |
|
public Apply ( IOneToOneInstance instance ) : void |
instance |
IOneToOneInstance |
|
리턴 |
void |
|
public Apply ( IPropertyInstance instance ) : void |
instance |
IPropertyInstance |
|
리턴 |
void |
|