We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaa6a5 commit 40ffec8Copy full SHA for 40ffec8
1 file changed
src/EntityFrameworkCore.Generator.Core/Serialization/EntityClass.cs
@@ -23,22 +23,6 @@ public EntityClass()
23
PrefixWithSchemaName = false;
24
}
25
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
35
- /// Gets or sets the base class to inherit from.
36
37
38
- /// The base class.
39
40
- public string BaseClass { get; set; }
41
42
/// <summary>
43
/// Gets or sets the entity class naming strategy.
44
/// </summary>
0 commit comments