C# Class T4Scaffolding.Core.RelatedEntityLocators.RelatedEntityInfo

ファイルを表示 Open project: processedbeets/ASP.NET-MVC-Scaffolding

Public Methods

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

Private Methods

Method Description
Pluralize ( string word ) : string

Method Details

RelatedEntityInfo() public method

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
return System