Для изменения размера нажмите или перетащите

MetricsContainer - класс

Контейнер метрик
Иерархия наследования
Object
  DictionaryType, IMetricGroup
    EleWise.ELMA.Diagnostics.MetricsMetricsContainer

Пространство имён:  EleWise.ELMA.Diagnostics.Metrics
Сборка:  EleWise.ELMA.SDK (в EleWise.ELMA.SDK.dll) Версия: 1.0.0.0
Синтаксис
C#
public sealed class MetricsContainer : Dictionary<Type, IMetricGroup>

Тип MetricsContainer предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоComparer
Gets the IEqualityComparer that is used to determine equality of keys for the dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытое свойствоCount
Gets the number of key/value pairs contained in the Dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытое свойствоItem
Gets or sets the value associated with the specified key.
(Унаследован от DictionaryType, IMetricGroup.)
Открытое свойствоKeys
Gets a collection containing the keys in the Dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытое свойствоPeriods
Периоды сбора метрик
Открытое свойствоStartTime
Дата/время начала сбора метрик
Открытое свойствоValues
Gets a collection containing the values in the Dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
В начало страницы
Методы
  ИмяОписание
Открытый методAdd
Adds the specified key and value to the dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методClear
Removes all keys and values from the Dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методContainsKey
Determines whether the Dictionary contains the specified key.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методContainsValue
Determines whether the Dictionary contains a specific value.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методGetT
Получить группу метрик
Открытый методGetEnumerator
Returns an enumerator that iterates through the Dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методGetObjectData
Implements the ISerializable interface and returns the data needed to serialize the Dictionary instance.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методGetOrAddT
Получить или добавить группу метрик
Открытый методMerge
Объединить контейнеры метрик
Открытый методOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методRemove
Removes the value with the specified key from the Dictionary.
(Унаследован от DictionaryType, IMetricGroup.)
Открытый методTryGetValue
Gets the value associated with the specified key.
(Унаследован от DictionaryType, IMetricGroup.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также