AtsDtoPropertyInfo
Class sealed net8.0
Represents a property of a DTO type.
namespace Aspire.TypeSystem;
public sealed class AtsDtoPropertyInfo{ // ...} 9 members
Constructors1
Section titled ConstructorsProperties8
Section titled PropertiesCallbackParametersget; init Gets or sets the parameters of the callback delegate. Only populated when
AtsDtoPropertyInfo.IsCallback is true. CallbackReturnTypeget; init Gets or sets the return type for the callback delegate. Only populated when
AtsDtoPropertyInfo.IsCallback is true. Descriptionget; initstring? Gets or sets a description of this property.
Documentationget; init Gets or sets the XML documentation captured for this property.
IsCallbackget; initbool Gets or sets whether this property is a callback delegate. Callbacks are inferred from delegate types (Func, Action, custom delegates).
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.