Search Results for

    Show / Hide Table of Contents

    Class DataParameterDescriptorsStore

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

    Inheritance
    System.Object
    DataParameterDescriptorsStore
    Implements
    IDataParameterDescriptorsStore
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lers.Data
    Assembly: Lers.Core.dll
    Syntax
    public class DataParameterDescriptorsStore : IDataParameterDescriptorsStore

    Constructors

    DataParameterDescriptorsStore(IEnumerable<DataParameterDescriptor>)

    Конструктор.

    Declaration
    public DataParameterDescriptorsStore(IEnumerable<DataParameterDescriptor> descriptors)
    Parameters
    Type Name Description
    IEnumerable<DataParameterDescriptor> descriptors

    Properties

    ElectricCurrentsParams

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

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

    ElectricParams

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

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

    ElectricPowerParams

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

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

    ElectricTotalsParams

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

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

    GasCurrentsParams

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

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

    GasParams

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

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

    GasTotalsParams

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

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

    Parameters

    Все параметры с данными.

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

    PowerQualityParameters

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

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

    WaterCurrentsParams

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

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

    WaterParams

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

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

    WaterTotalsParams

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

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

    Methods

    GetResourceParameters(ResourceKind)

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

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

    GetSystemParameters(SystemType)

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

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

    TryGet(Int32, out DataParameterDescriptor)

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

    Declaration
    public 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
    public bool TryGet(string name, out DataParameterDescriptor descriptor)
    Parameters
    Type Name Description
    System.String name
    DataParameterDescriptor descriptor
    Returns
    Type Description
    System.Boolean

    Implements

    IDataParameterDescriptorsStore

    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, ООО "ЛЭРС УЧЁТ"