C# Класс T4Scaffolding.Core.RelatedEntityLocators.RelatedEntityInfo

Показать файл Открыть проект

Открытые методы

Метод Описание
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