C# 클래스 Ext.Net.HandlerMethods

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetHandlerMethods HandlerMethods
GetHandlerMethodsByType HandlerMethods
GetInstanceMethod DirectMethod
GetMethodName string
GetMethods Ext.Net.DirectMethod[]
GetStaticMethod DirectMethod
HandlerMethods System
PutToCache void
RethrowException bool

비공개 메소드들

메소드 설명
GetHandlerMethods ( HttpContext context, string requestPath ) : HandlerMethods
GetHandlerMethodsByType ( HttpContext context, Type type, string requestPath, bool ignoreCache ) : HandlerMethods
GetInstanceMethod ( string name ) : DirectMethod
GetMethodName ( HttpContext context ) : string
GetMethods ( BindingFlags bindingAttrs ) : Ext.Net.DirectMethod[]
GetStaticMethod ( string name ) : DirectMethod
HandlerMethods ( Type handlerType ) : System
PutToCache ( string path, HttpContext context, string cacheKey, HandlerMethods handlerMethods ) : void
RethrowException ( HttpContext context ) : bool