MetricsContainer - класс |
Пространство имён: EleWise.ELMA.Diagnostics.Metrics
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.) |