C# 클래스 Z.Expressions.EvalDelegate

An eval delegate used to cache delegate items.
파일 보기 프로젝트 열기: zzzprojects/Eval-SQL.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CacheKey string
Delegate object>.Func
InnerDelegate object
LastAccess System.DateTime

공개 메소드들

메소드 설명
EvalDelegate ( string cacheKey, object>.Func delegateAction ) : System

Constructor.

메소드 상세

EvalDelegate() 공개 메소드

Constructor.
public EvalDelegate ( string cacheKey, object>.Func delegateAction ) : System
cacheKey string The key used to cache the EvalDelegate.
delegateAction object>.Func The delegate to cache.
리턴 System

프로퍼티 상세

CacheKey 공개적으로 프로퍼티

The key used to cache the EvalDelegate.
public string CacheKey
리턴 string

Delegate 공개적으로 프로퍼티

The delegate to cache.
public Func Delegate
리턴 object>.Func

InnerDelegate 공개적으로 프로퍼티

The inner delegate.
public object InnerDelegate
리턴 object

LastAccess 공개적으로 프로퍼티

The last access Date/Time of the delegate.
public DateTime,System LastAccess
리턴 System.DateTime