C# Класс Pomona.Common.TypeSystem.ResourceTypeDetails

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

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

Метод Описание
ResourceTypeDetails ( ResourceType type, string urlRelativePath, bool isExposedAsRepository, Type postReturnType, PropertyInfo parentToChildPropertyInfo, PropertyInfo childToParentPropertyInfo, bool isSingleton, IEnumerable resourceHandlers, string pluralName ) : System

Описание методов

ResourceTypeDetails() публичный Метод

public ResourceTypeDetails ( ResourceType type, string urlRelativePath, bool isExposedAsRepository, Type postReturnType, PropertyInfo parentToChildPropertyInfo, PropertyInfo childToParentPropertyInfo, bool isSingleton, IEnumerable resourceHandlers, string pluralName ) : System
type ResourceType
urlRelativePath string
isExposedAsRepository bool
postReturnType System.Type
parentToChildPropertyInfo System.Reflection.PropertyInfo
childToParentPropertyInfo System.Reflection.PropertyInfo
isSingleton bool
resourceHandlers IEnumerable
pluralName string
Результат System