Show / Hide Table of Contents

Class TechObjectAttributeFillExternalDataResultDto

Описывает результат заполнения атрибутов объекта справочной информацией.

Inheritance
object
TechObjectAttributeFillExternalDataResultDto
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
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechObjectAttributeFillExternalDataResultDto

Properties

Attribute

Возвращает или назначает заполняемый атрибут объекта.

Declaration
public ITechObjectAttribute Attribute { get; set; }
Property Value
Type Description
ITechObjectAttribute

ErrorMessage

Возвращает или назначает ошибку, полученную в процессе заполнения.

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
string

WasFilled

Возвращает или назначает признак был ли заполнен атрибут.

Declaration
public bool WasFilled { get; set; }
Property Value
Type Description
bool
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»