Table of Contents

Class MeasurePointCustomAttribute

Namespace
Lers.Models
Assembly
Lers.Models.dll

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

public class MeasurePointCustomAttribute
Inheritance
MeasurePointCustomAttribute
Inherited Members
Extension Methods

Constructors

MeasurePointCustomAttribute()

Конструктор по умолчанию.

public MeasurePointCustomAttribute()

MeasurePointCustomAttribute(string, string)

Конструктор + задание свойств.

public MeasurePointCustomAttribute(string attributeCode, string attributeValue)

Parameters

attributeCode string
attributeValue string

Fields

CustomAttributeMaxValueLength

Максимальная длина значения атрибута (используется для проверки при записи значения атрибута в БД).

public const int CustomAttributeMaxValueLength = 200

Field Value

int

Properties

AttributeId

Идентификатор атрибута.

public int AttributeId { get; set; }

Property Value

int

Code

Код атрибута.

public string Code { get; set; }

Property Value

string

MeasurePointId

ID точки учета.

public int MeasurePointId { get; set; }

Property Value

int

Name

Наименование атрибута.

public string Name { get; set; }

Property Value

string

Value

Значение атрибута.

public string Value { get; set; }

Property Value

string

Methods

ToString()

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

public override string ToString()

Returns

string