Search Results for

    Show / Hide Table of Contents

    Interface IDataParameterDescriptorsStore

    Предоставляет доступ к дескрипторам данных.

    Namespace: Lers.Data
    Assembly: Lers.Core.dll
    Syntax
    public interface IDataParameterDescriptorsStore

    Properties

    ElectricCurrentsParams

    Возвращает параметры текущих данных для ресурса Электричество (Параметры качества электроэнергии).

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> ElectricCurrentsParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    ElectricParams

    Возвращает параметры потребления и интеграторы для ресурса Электричество.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> ElectricParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    ElectricPowerParams

    Возвращает параметры профиля мощности для ресурса Электричество.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> ElectricPowerParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    ElectricTotalsParams

    Возвращает параметры интеграторов для ресурса Электричество.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> ElectricTotalsParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    GasCurrentsParams

    Возвращает текущие параметры потребления и интеграторы для ресурса Газ.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> GasCurrentsParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    GasParams

    Возвращает параметры потребления и интеграторы для ресурса Газ.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> GasParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    GasTotalsParams

    Возвращает параметры интеграторов для ресурса Газ.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> GasTotalsParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    Parameters

    Список всех параметров.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> Parameters { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    PowerQualityParameters

    Список параметров качества электроэнергии.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> PowerQualityParameters { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    WaterCurrentsParams

    Возвращает текущие параметры потребления и интеграторы для ресурса Вода.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> WaterCurrentsParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    WaterParams

    Возвращает параметры потребления и интеграторы для ресурса Вода.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> WaterParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    WaterTotalsParams

    Возвращает параметры интеграторы для ресурса Вода.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> WaterTotalsParams { get; }
    Property Value
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    Methods

    GetResourceParameters(ResourceKind)

    Список параметров для указанного ресурса.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> GetResourceParameters(ResourceKind resourceKind)
    Parameters
    Type Name Description
    ResourceKind resourceKind
    Returns
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    GetSystemParameters(SystemType)

    Список параметров для указанной системы.

    Declaration
    IReadOnlyCollection<DataParameterDescriptor> GetSystemParameters(SystemType systemType)
    Parameters
    Type Name Description
    SystemType systemType
    Returns
    Type Description
    IReadOnlyCollection<DataParameterDescriptor>

    TryGet(Int32, out DataParameterDescriptor)

    Возвращает дескриптор по его идентификатору.

    Declaration
    bool TryGet(int id, out DataParameterDescriptor descriptor)
    Parameters
    Type Name Description
    System.Int32 id
    DataParameterDescriptor descriptor
    Returns
    Type Description
    System.Boolean

    TryGet(String, out DataParameterDescriptor)

    Возвращает дескриптор по его имени.

    Declaration
    bool TryGet(string name, out DataParameterDescriptor descriptor)
    Parameters
    Type Name Description
    System.String name
    DataParameterDescriptor descriptor
    Returns
    Type Description
    System.Boolean

    Extension Methods

    DataParameterDescriptorsStoreExtensions.Get(IDataParameterDescriptorsStore, Int32)
    DataParameterDescriptorsStoreExtensions.Get(IDataParameterDescriptorsStore, DataParameter)
    DataParameterDescriptorsStoreExtensions.GetStoredResourceParams(IDataParameterDescriptorsStore, ResourceKind)
    DataParameterDescriptorsStoreExtensions.GetResourceTotalParams(IDataParameterDescriptorsStore, ResourceKind)
    In This Article
    Back to top ©2018 - 2026, ООО "ЛЭРС УЧЁТ"