Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 229351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:45:31+00:00 2026-05-11T19:45:31+00:00

We have an abstract class where all properties have private setters. In our concrete

  • 0

We have an abstract class where all properties have private setters. In our concrete derived class, the code generator is creating a static “create” method that attempts to set the properties of the abstract class. Obviously this fails since the setters are private.

How do we suppress the creation of the “create” method?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:45:31+00:00Added an answer on May 11, 2026 at 7:45 pm

    In v3.5 I don’t think you can suppress just this part. However, it will only attempt to set non-nullable/required properties. So I see a few options. None are ideal.

    1. Hang on for v4.0, where you can customize codegen.
    2. Abandon EF codegen altogether and use a custom data class.
    3. Make the properties nullable.
    4. Don’t put the properties on the parent type. Put them on the subtypes and use an interface for polymorphism.
    5. Don’t make the properties private.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Problem Description I have an abstract Paper class that contains common properties of all
Suppose we have abstract class A (all examples in C#) public abstract class A
I have one abstract class -let's say myBase. And I want all the classes
I have an abstract class called DatabaseRow that, after being derived and constructed, is
I have an abstract class foo that contains some properties and methods. I have
I want to create an abstract base class for all paramter-type classes to inherit
I have an abstract base class and two derived classes. The base class contains
Let say I have abstract class called: Tenant and Customer. The tenant in this
I have abstract BaseController, which basically looks like below: public abstract class BaseController :
I have an abstract class Class. The class Subclass extends Class. The Class abstract

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.