Search Results for

    Show / Hide Table of Contents

    Class DataProperties

    Содержит значение, атрибуты и другие свойства.

    Inheritance
    System.Object
    DataProperties
    DataParameterProperties
    Implements
    IDataProperties
    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 DataProperties : IDataProperties

    Constructors

    DataProperties()

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

    Declaration
    public DataProperties()

    DataProperties(Double, Boolean, Boolean, Boolean, Boolean)

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

    Declaration
    public DataProperties(double value, bool isCalc = false, bool isBad = false, bool isInterpolated = false, bool isReset = false)
    Parameters
    Type Name Description
    System.Double value

    Значение.

    System.Boolean isCalc

    Флаг рассчитанных данных.

    System.Boolean isBad

    Флаг недостоверных данных.

    System.Boolean isInterpolated

    Флаг интерполированных данных.

    System.Boolean isReset

    Флаг сброшенных значений интеграторов.

    Properties

    IsBad

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

    Declaration
    public bool IsBad { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsCalc

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

    Declaration
    public bool IsCalc { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsGood

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

    Declaration
    public bool IsGood { get; }
    Property Value
    Type Description
    System.Boolean

    IsInterpolated

    Возвращает или задает признак интерполированного значения.

    Declaration
    public bool IsInterpolated { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsReset

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

    Declaration
    public bool IsReset { get; set; }
    Property Value
    Type Description
    System.Boolean

    Value

    Возвращает или задает значение параметра.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Operators

    Implicit(DataProperties to Nullable<Double>)

    Возвращает вещественное значение параметра или null если параметр отсутствует.

    Declaration
    public static implicit operator double? (DataProperties value)
    Parameters
    Type Name Description
    DataProperties value
    Returns
    Type Description
    System.Nullable<System.Double>

    Implicit(Double to DataProperties)

    Неявный конструктор.

    Declaration
    public static implicit operator DataProperties(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    DataProperties

    Implements

    IDataProperties
    In This Article
    Back to top ©2018 - 2026, ООО "ЛЭРС УЧЁТ"