Skip to content

Commit 85863f1

Browse files
Arnaud BoussaerArnaud Boussaer
authored andcommitted
Also remove duplicate properties in EntityClassOptions
1 parent 40ffec8 commit 85863f1

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

src/EntityFrameworkCore.Generator.Core/Options/EntityClassOptions.cs

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@ public EntityClassOptions(VariableDictionary variables, string prefix)
2424
Renaming = new SelectionOptions(variables, AppendPrefix(prefix, "Naming"));
2525
}
2626

27-
/// <summary>
28-
/// Gets or sets the entity class name template.
29-
/// </summary>
30-
/// <value>
31-
/// The entity class name template.
32-
/// </value>
33-
public string Name
34-
{
35-
get => GetProperty();
36-
set => SetProperty(value);
37-
}
38-
39-
/// <summary>
40-
/// Gets or sets the base class to inherit from.
41-
/// </summary>
42-
/// <value>
43-
/// The base class.
44-
/// </value>
45-
public string BaseClass
46-
{
47-
get => GetProperty();
48-
set => SetProperty(value);
49-
}
50-
5127
/// <summary>
5228
/// Gets or sets the entity class naming strategy.
5329
/// </summary>

0 commit comments

Comments
 (0)