C# Class Pomona.Common.TypeSystem.ResourceTypeDetails

Mostrar archivo Open project: Pomona/Pomona

Public Methods

Method Description
ResourceTypeDetails ( ResourceType type, string urlRelativePath, bool isExposedAsRepository, Type postReturnType, PropertyInfo parentToChildPropertyInfo, PropertyInfo childToParentPropertyInfo, bool isSingleton, IEnumerable resourceHandlers, string pluralName ) : System

Method Details

ResourceTypeDetails() public method

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