C# Class Data.FluentsNeeds.Conventions
Mostrar archivo
Open project: bibliopedia/bibliopedia
Public Methods
Method |
Description |
|
Apply ( IManyToManyCollectionInstance instance ) : void |
|
|
Apply ( IManyToOneInstance instance ) : void |
|
|
Apply ( IOneToManyCollectionInstance instance ) : void |
|
|
Apply ( IOneToOneInstance instance ) : void |
|
|
Apply ( IPropertyInstance instance ) : void |
|
|
Method Details
public Apply ( IManyToManyCollectionInstance instance ) : void |
instance |
IManyToManyCollectionInstance |
|
return |
void |
|
public Apply ( IManyToOneInstance instance ) : void |
instance |
IManyToOneInstance |
|
return |
void |
|
public Apply ( IOneToManyCollectionInstance instance ) : void |
instance |
IOneToManyCollectionInstance |
|
return |
void |
|
public Apply ( IOneToOneInstance instance ) : void |
instance |
IOneToOneInstance |
|
return |
void |
|
public Apply ( IPropertyInstance instance ) : void |
instance |
IPropertyInstance |
|
return |
void |
|