Class NodeCustomAttribute
Экземпляр атрибута заданного для объекта учета.
public class NodeCustomAttribute
- Inheritance
-
NodeCustomAttribute
- Inherited Members
- Extension Methods
Constructors
NodeCustomAttribute()
Конструктор по умолчанию.
public NodeCustomAttribute()
NodeCustomAttribute(string, string)
Конструктор + задание свойств.
public NodeCustomAttribute(string attributeCode, string attributeValue)
Parameters
Fields
CustomAttributeMaxValueLength
Максимальная длина значения атрибута (используется для проверки при записи значения атрибута в БД).
public const int CustomAttributeMaxValueLength = 200
Field Value
Properties
Code
Код атрибута.
public string Code { get; set; }
Property Value
CustomAttributeId
Идентификатор атрибута.
public int CustomAttributeId { get; set; }
Property Value
NodeId
ID объекта учета.
public int NodeId { get; set; }
Property Value
Title
Наименование атрибута.
public string Title { get; set; }
Property Value
Value
Значение атрибута.
public string Value { get; set; }