C# Class Data.FluentsNeeds.Conventions
Afficher le fichier
Open project: bibliopedia/bibliopedia
Méthodes publiques
Méthode |
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 |
|
Résultat |
void |
|
public Apply ( IManyToOneInstance instance ) : void |
instance |
IManyToOneInstance |
|
Résultat |
void |
|
public Apply ( IOneToManyCollectionInstance instance ) : void |
instance |
IOneToManyCollectionInstance |
|
Résultat |
void |
|
public Apply ( IOneToOneInstance instance ) : void |
instance |
IOneToOneInstance |
|
Résultat |
void |
|
public Apply ( IPropertyInstance instance ) : void |
instance |
IPropertyInstance |
|
Résultat |
void |
|