Table of Contents

Class NodeCustomAttribute

Namespace
Lers.Models
Assembly
Lers.Models.dll

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

public class NodeCustomAttribute
Inheritance
NodeCustomAttribute
Inherited Members
Extension Methods

Constructors

NodeCustomAttribute()

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

public NodeCustomAttribute()

NodeCustomAttribute(string, string)

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

public NodeCustomAttribute(string attributeCode, string attributeValue)

Parameters

attributeCode string
attributeValue string

Fields

CustomAttributeMaxValueLength

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

public const int CustomAttributeMaxValueLength = 200

Field Value

int

Properties

Code

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

public string Code { get; set; }

Property Value

string

CustomAttributeId

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

public int CustomAttributeId { get; set; }

Property Value

int

NodeId

ID объекта учета.

public int NodeId { get; set; }

Property Value

int

Title

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

public string Title { get; set; }

Property Value

string

Value

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

public string Value { get; set; }

Property Value

string