C# 클래스 CsDO.Lib.MockDriver.ResultCache

파일 보기 프로젝트 열기: MonoBrasil/CsDO

공개 프로퍼티들

프로퍼티 타입 설명
Instance ResultCache

공개 메소드들

메소드 설명
Add ( int hashedKey, object scalarResult ) : void
Add ( int hashedKey, object scalarResult, DataSet dataSetResult ) : void
Get ( int hashedKey ) : ResultCacheEntry
GetHashedKey ( string cacheEntryType, DbCommand command ) : int
this ( int hashedKey ) : ResultCacheEntry

비공개 메소드들

메소드 설명
GetParameterDataString ( StringBuilder sb, DbCommand parameter ) : void
Load ( ) : void
ResultCache ( ) : System
Save ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( int hashedKey, object scalarResult ) : void
hashedKey int
scalarResult object
리턴 void

Add() 공개 메소드

public Add ( int hashedKey, object scalarResult, DataSet dataSetResult ) : void
hashedKey int
scalarResult object
dataSetResult System.Data.DataSet
리턴 void

Get() 공개 메소드

public Get ( int hashedKey ) : ResultCacheEntry
hashedKey int
리턴 ResultCacheEntry

GetHashedKey() 공개 정적인 메소드

public static GetHashedKey ( string cacheEntryType, DbCommand command ) : int
cacheEntryType string
command System.Data.Common.DbCommand
리턴 int

this() 공개 메소드

public this ( int hashedKey ) : ResultCacheEntry
hashedKey int
리턴 ResultCacheEntry

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ResultCache,CsDO.Lib.MockDriver Instance
리턴 ResultCache