Skip to content

Commit 40ffec8

Browse files
Arnaud BoussaerArnaud Boussaer
authored andcommitted
#541 Remove Entity name and baseclass properties because of duplication
1 parent ceaa6a5 commit 40ffec8

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/EntityFrameworkCore.Generator.Core/Serialization/EntityClass.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@ public EntityClass()
2323
PrefixWithSchemaName = false;
2424
}
2525

26-
/// <summary>
27-
/// Gets or sets the entity class name template.
28-
/// </summary>
29-
/// <value>
30-
/// The entity class name template.
31-
/// </value>
32-
public string Name { get; set; }
33-
34-
/// <summary>
35-
/// Gets or sets the base class to inherit from.
36-
/// </summary>
37-
/// <value>
38-
/// The base class.
39-
/// </value>
40-
public string BaseClass { get; set; }
41-
4226
/// <summary>
4327
/// Gets or sets the entity class naming strategy.
4428
/// </summary>

0 commit comments

Comments
 (0)