Skip to content

Commit b9a0b49

Browse files
author
Caitlin Bales (MSFT)
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into cbales-working
2 parents c230462 + 171f423 commit b9a0b49

File tree

3 files changed

+10380
-7
lines changed

3 files changed

+10380
-7
lines changed

Templates/CSharp/Model/EntityType.cs.tt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var typeDeclaration = entityName;
1616

1717
if (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

Comments
 (0)