C# 클래스 T4Scaffolding.Core.RelatedEntityLocators.RelatedEntityInfo

파일 보기 프로젝트 열기: processedbeets/ASP.NET-MVC-Scaffolding

공개 메소드들

메소드 설명
RelatedEntityInfo ( RelationType relationType, string relationName, CodeProperty relationProperty, CodeType relatedEntityType, string relatedEntityPrimaryKeyName, CodeProperty lazyLoadingProperty ) : System

비공개 메소드들

메소드 설명
Pluralize ( string word ) : string

메소드 상세

RelatedEntityInfo() 공개 메소드

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
리턴 System