AtsDtoPropertyInfo Properties
Class Properties 4 members
Represents a property of a DTO type.
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 type reference.
public AtsTypeRef Type { get; init; }