Table of Contents

Class XsdDeviceConfig

Namespace
Lers.Models.Export
Assembly
Lers.Models.dll

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

public class XsdDeviceConfig
Inheritance
XsdDeviceConfig
Inherited Members
Extension Methods

Properties

DateTime

Дата и время считывания настроек.

public DateTime DateTime { get; set; }

Property Value

DateTime

ParameterValue

Значение параметра.

public string? ParameterValue { get; set; }

Property Value

string

ParamterId

Уникальный идентификатор параметра.

public int ParamterId { get; set; }

Property Value

int

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int