Open Closed

Abp Suite Property Definition Summary Field #890


User avatar
0
lszabados@consult2000.hu created

It would be a good feature if I could also provide the documentation for the properties. (Summary block)

Is such a development expected?

The end result could be similar:

/// <summary>
/// Invoice Issue Date
/// </summary>
public virtual DateTime IssueDate { get; set; }

4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    @lszabados do you want to add a summary desc for your properties? and do you want to see that summaries only on the entity?

  • User Avatar
    0
    lszabados@consult2000.hu created

    I want to see documentation at both Entity and EntityDTO.

    This helps development (at least for me). Where I use the property, VS displays the documentation for it.

    Example:

    /// <summary>
    /// Own accounting system reference
    /// Used when the account number is recorded differently in your own system
    /// </summary>
    public virtual string OwnReference { get; set; }
    

  • User Avatar
    0
    alper created
    Support Team Director

    Ok. I created an issue for this. But adding description to the EntityDto is unnecessary and data duplication.

  • User Avatar
    0
    lszabados@consult2000.hu created

    Ok, Thank you.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37