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