AtsDtoTypeInfo
Class sealed net8.0
Represents a DTO type discovered from [AspireDto] attributes. Used for generating TypeScript interfaces for DTOs.
namespace Aspire.TypeSystem;
public sealed class AtsDtoTypeInfo{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesClrTypeget; initType? Gets or sets the CLR type reference for direct type access.
Descriptionget; initstring? Gets or sets a description of this DTO type.
Nameget; initstring Gets or sets the simple type name (for interface name generation).
Propertiesget; init Gets or sets the properties of this DTO.
TypeIdget; initstring Gets or sets the ATS type ID for this DTO.