C# Класс Glass.Mapper.Diagnostics.GlassModelCounter

Наследование: IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
_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