I have the following property in one of my POCO classes that are used to generate a Code First database:

''' <summary>
''' The surname of the player.
''' </summary>
''' <value></value>
''' <returns>A string containing the surname of the player.</returns>
''' <remarks></remarks>
<MaxLength(40)>
Public Property LastName As String

Is there some way to have the MaxLength data annotation automatically included in the documentation xml?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top