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

  • Home
  • SEARCH
  • 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 3627006
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:50:02+00:00 2026-05-18T23:50:02+00:00

I have got several classes looking like the one below, and I need to

  • 0

I have got several classes looking like the one below, and I need to do some checks in the get method and custom set methods. Adding the code in each get and set method makes everything look really messed up.

Is there a way I can override the get and set methods for all properties in an entire class?

public class Test
{
    private DataRow _dr;
    public Test()
    {
        _dr = GetData();
    }

    public string Name
    {
        get { return _dr[MethodBase.GetCurrentMethod().Name.Substring(4)].ToString(); }
        set
        {
            VerifyAccess(MethodBase.GetCurrentMethod().Name.Substring(4), this.GetType().Name);
            _dr[MethodBase.GetCurrentMethod().Name.Substring(4)] = value;
        }
    }

    public string Description
    {
        get { return _dr[MethodBase.GetCurrentMethod().Name.Substring(4)].ToString(); }
        set
        {
            VerifyAccess(MethodBase.GetCurrentMethod().Name.Substring(4), this.GetType().Name);
            _dr[MethodBase.GetCurrentMethod().Name.Substring(4)] = value;
        }
    }

    public string DescriptionUrl
    {
        get { return _dr[MethodBase.GetCurrentMethod().Name.Substring(4)].ToString(); }
        set
        {
            VerifyAccess(MethodBase.GetCurrentMethod().Name.Substring(4), this.GetType().Name);
            _dr[MethodBase.GetCurrentMethod().Name.Substring(4)]= value;
        }
    }


    private void VerifyAccess(string propertyname, string classname)
    {
        //some code to verify that the current user has access to update the property
        //Throw exception
    }

    private DataRow GetData()
    {
        //Some code to pull the data from the database
    }
}
  • 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-18T23:50:02+00:00Added an answer on May 18, 2026 at 11:50 pm

    I think what you need is a Proxy on your class, read about Proxy Pattern and Dynamic Proxies

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several message queues that have specific messages on them. I've created classes
I got several questions regarding this issue 1) ActiveMQ after installed and started also
I've got several select elements on a page e.g. <select class=dd id=dropdown1> <option value=123>Option
Is there a way to reuse parts across multiple buldouts? I've got several tools
I have several little questions about best practices with JPA (via hibernate). My first
I have a Visual Studio 2010 solution containing several C# projects, with Resharper 5.1
I have inherited a working VB.NET 2.0 web app that has several User Controls
I've got a problem I'm not too sure how to solve. I have a
I've got an array of 200 numbers (item ids) and I want to get
The only object oriented programming experience I have is from C#, so PHP is

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.