Table of Contents

Class AttributeUpdateError

Namespace
Autodesk.ACC.FileManagement.Helpers.Models
Assembly
Autodesk.ACC.FileManagement.dll
public record AttributeUpdateError : IEquatable<AttributeUpdateError>
Inheritance
AttributeUpdateError
Implements
Inherited Members

Constructors

AttributeUpdateError(CustomAttribute, string)

public AttributeUpdateError(CustomAttribute Attribute, string Error)

Parameters

Attribute CustomAttribute
Error string

Properties

Attribute

public CustomAttribute Attribute { get; init; }

Property Value

CustomAttribute

Error

public string Error { get; init; }

Property Value

string