AtsDtoPropertyInfo
Class sealed net8.0
Represents a property of a DTO type.
namespace Aspire.TypeSystem;
public sealed class AtsDtoPropertyInfo{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDescriptionget; initstring? Gets or sets a description of this property.
IsOptionalget; initbool Gets or sets whether this property is optional (nullable or has default).
Nameget; initstring Gets or sets the property name.
Typeget; init Gets or sets the property type reference.