@@ -16,7 +16,7 @@ var typeDeclaration = entityName;
1616
1717if (typeDeclaration.EndsWith("Request"))
1818{
19- typeDeclaration = String.Concat(typeDeclaration, "Object");
19+ typeDeclaration = String.Concat(typeDeclaration, "Object");
2020}
2121
2222
@@ -82,10 +82,10 @@ namespace <#=entity.Namespace.GetNamespaceName()#>
8282 #>
8383
8484 /// <summary>
85- /// Gets or sets <#=property.Name.SplitCamelCase().ToLower()#>.
85+ /// Gets or sets <#=property.Name.SplitCamelCase().ToLower()#>.
8686<# if (property.LongDescription != null) {
8787#>
88- /// <#=property.LongDescription#>
88+ /// <#=property.LongDescription#>
8989<# } #>
9090 /// </summary>
9191 <#=attributeDefinition#>
@@ -97,10 +97,10 @@ namespace <#=entity.Namespace.GetNamespaceName()#>
9797 #>
9898
9999 /// <summary>
100- /// Gets or sets <#=property.Name.SplitCamelCase().ToLower()#>.
100+ /// Gets or sets <#=property.Name.SplitCamelCase().ToLower()#>.
101101<# if (property.LongDescription != null) {
102102#>
103- /// <#=property.LongDescription#>
103+ /// <#=property.LongDescription#>
104104<# } #>
105105 /// </summary>
106106 <#=attributeDefinition#>
@@ -113,10 +113,10 @@ namespace <#=entity.Namespace.GetNamespaceName()#>
113113 #>
114114
115115 /// <summary>
116- /// Gets or sets <#=property.Name.SplitCamelCase().ToLower()#>.
116+ /// Gets or sets <#=property.Name.SplitCamelCase().ToLower()#>.
117117<# if (property.LongDescription != null) {
118118#>
119- /// <#=property.LongDescription#>
119+ /// <#=property.LongDescription#>
120120<# } #>
121121 /// </summary>
122122 <#=attributeDefinition#>
0 commit comments