C# 클래스 Waaz.OperRuleTemplate

상속: Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler, IOperRule
파일 보기 프로젝트 열기: pmhsfelix/Waaz

공개 메소드들

메소드 설명
Eval ( object prms ) : RuleResult
OperRuleTemplate ( RuleResult r, Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler p ) : System.Collections.Generic

보호된 메소드들

메소드 설명
OnGetInputParameters ( ) : IEnumerable
OnGetOutputParameters ( ) : IEnumerable
OnHandle ( object input ) : object[]

메소드 상세

Eval() 공개 메소드

public Eval ( object prms ) : RuleResult
prms object
리턴 RuleResult

OnGetInputParameters() 보호된 메소드

protected OnGetInputParameters ( ) : IEnumerable
리턴 IEnumerable

OnGetOutputParameters() 보호된 메소드

protected OnGetOutputParameters ( ) : IEnumerable
리턴 IEnumerable

OnHandle() 보호된 메소드

protected OnHandle ( object input ) : object[]
input object
리턴 object[]

OperRuleTemplate() 공개 메소드

public OperRuleTemplate ( RuleResult r, Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler p ) : System.Collections.Generic
r RuleResult
p Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler
리턴 System.Collections.Generic