C# 클래스 Glass.Mapper.Diagnostics.GlassModelCounter

상속: IDisposable
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 프로퍼티들

프로퍼티 타입 설명
_cacheCount int
_enabled bool
_requestedCountBefore int

공개 메소드들

메소드 설명
Dispose ( ) : void
GlassModelCounter ( Glass context, string identifier, int threshold ) : System
GlassModelCounter ( IAbstractService service, string identifier ) : System
GlassModelCounter ( IAbstractService service, string identifier, int threshold ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GlassModelCounter() 공개 메소드

public GlassModelCounter ( Glass context, string identifier, int threshold ) : System
context Glass
identifier string
threshold int
리턴 System

GlassModelCounter() 공개 메소드

public GlassModelCounter ( IAbstractService service, string identifier ) : System
service IAbstractService
identifier string
리턴 System

GlassModelCounter() 공개 메소드

public GlassModelCounter ( IAbstractService service, string identifier, int threshold ) : System
service IAbstractService
identifier string
threshold int
리턴 System

프로퍼티 상세

_cacheCount 공개적으로 프로퍼티

public int _cacheCount
리턴 int

_enabled 공개적으로 프로퍼티

public bool _enabled
리턴 bool

_requestedCountBefore 공개적으로 프로퍼티

public int _requestedCountBefore
리턴 int