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
CustomAttributeError
string
Properties
Attribute
public CustomAttribute Attribute { get; init; }
Property Value
Error
public string Error { get; init; }