Show / Hide Table of Contents

Class TechObjectTypeAttributesGroupItem

Возвращает описание элемента группы атрибутов типа объекта.

Inheritance
object
TechObjectTypeAttributesGroupItem
Implements
ITechObjectTypeAttributesGroupItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Core.Model
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechObjectTypeAttributesGroupItem : ITechObjectTypeAttributesGroupItem

Constructors

TechObjectTypeAttributesGroupItem(string)

Создаёт экземпляр класса TechObjectTypeAttributesGroupItem.

Declaration
public TechObjectTypeAttributesGroupItem(string data)
Parameters
Type Name Description
string data

Описание элемента.

Properties

AttributeSourceId

Возвращает идентификатор типа источника атрибута: 0 - объект, 1 - связь.

Declaration
public int AttributeSourceId { get; }
Property Value
Type Description
int

AttributeTypeId

Возвращает идентификатор типа атрибута.

Declaration
public int AttributeTypeId { get; }
Property Value
Type Description
int

Methods

ToDto()

Возвращает описание внешнего вида.

Declaration
public string ToDto()
Returns
Type Description
string

Сформированное описание.

Implements

ITechObjectTypeAttributesGroupItem
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»