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; }
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
4 Answer(s)
-
0
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; }Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Ok, Thank you.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
