有没有办法在xml帮助内容中自动包含实体框架数据注释?

时间:2013-09-29 06:50:40

标签: entity-framework documentation ef-code-first data-annotations sandcastle

我在我的一个POCO类中有以下属性,用于生成Code First数据库:

''' <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

有没有办法让MaxLength数据注释自动包含在文档xml中?

0 个答案:

没有答案