C# Class T4Scaffolding.Core.RelatedEntityLocators.RelatedEntityInfo

Afficher le fichier Open project: processedbeets/ASP.NET-MVC-Scaffolding

Méthodes publiques

Méthode Description
RelatedEntityInfo ( RelationType relationType, string relationName, CodeProperty relationProperty, CodeType relatedEntityType, string relatedEntityPrimaryKeyName, CodeProperty lazyLoadingProperty ) : System

Private Methods

Méthode Description
Pluralize ( string word ) : string

Method Details

RelatedEntityInfo() public méthode

public RelatedEntityInfo ( RelationType relationType, string relationName, CodeProperty relationProperty, CodeType relatedEntityType, string relatedEntityPrimaryKeyName, CodeProperty lazyLoadingProperty ) : System
relationType RelationType
relationName string
relationProperty CodeProperty
relatedEntityType CodeType
relatedEntityPrimaryKeyName string
lazyLoadingProperty CodeProperty
Résultat System