C# 클래스 AwesomeSauce.RootContext

상속: IContext
파일 보기 프로젝트 열기: rauhryan/awesomesauce 1 사용 예제들

공개 메소드들

메소드 설명
GetChildContext ( Type type, PropertyInfo property, Func idFinder ) : IContext
RootContext ( ) : System

비공개 메소드들

메소드 설명
RootContext ( IContext parentContext, Type type, PropertyInfo property, Func idFinder ) : System

메소드 상세

GetChildContext() 공개 메소드

public GetChildContext ( Type type, PropertyInfo property, Func idFinder ) : IContext
type System.Type
property System.Reflection.PropertyInfo
idFinder Func
리턴 IContext

RootContext() 공개 메소드

public RootContext ( ) : System
리턴 System