Skip to content
Docs Try Aspire

AtsDtoPropertyInfo Properties

Class Properties 4 members
Represents a property of a DTO type.
Description Section titled Description nullable string?
Gets or sets a description of this property.
public string? Description { get; init; }
Gets or sets whether this property is optional (nullable or has default).
public bool IsOptional { get; init; }
Gets or sets the property name.
public string Name { get; init; }
Gets or sets the property type reference.
public AtsTypeRef Type { get; init; }