C# Class Glass.Mapper.Diagnostics.GlassModelCounter

Inheritance: IDisposable
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Свойство Type Description
_cacheCount int
_enabled bool
_requestedCountBefore int

Méthodes publiques

Méthode Description
Dispose ( ) : void
GlassModelCounter ( Glass context, string identifier, int threshold ) : System
GlassModelCounter ( IAbstractService service, string identifier ) : System
GlassModelCounter ( IAbstractService service, string identifier, int threshold ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GlassModelCounter() public méthode

public GlassModelCounter ( Glass context, string identifier, int threshold ) : System
context Glass
identifier string
threshold int
Résultat System

GlassModelCounter() public méthode

public GlassModelCounter ( IAbstractService service, string identifier ) : System
service IAbstractService
identifier string
Résultat System

GlassModelCounter() public méthode

public GlassModelCounter ( IAbstractService service, string identifier, int threshold ) : System
service IAbstractService
identifier string
threshold int
Résultat System

Property Details

_cacheCount public_oe property

public int _cacheCount
Résultat int

_enabled public_oe property

public bool _enabled
Résultat bool

_requestedCountBefore public_oe property

public int _requestedCountBefore
Résultat int