C# 클래스 Pomona.Common.TypeSystem.ResourceTypeDetails

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
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