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 6944079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:14:22+00:00 2026-05-27T13:14:22+00:00

On the link I show you all my classes in my program I have

  • 0

http://imageshack.us/f/403/kasta6.png/

On the link I show you all my classes in my program

I have properties in my customerframe class like this:

 public string firstName { get; set; }
 public string lastName { get; set; }
 public CustomerFiles.Phone phone { get; set; }
 public CustomerFiles.Email email { get; set; }
 public CustomerFiles.Address addressinfo { get; set; }
 public string city { get; set; }
 public CustomerFiles.Countries countryinfo { get; set; }
 public string street { get; set; }
 public string zipcode { get; set; }

but my problem is that when doing this I get error pointing to these 4 properties

public CustomerFiles.Phone phone { get; set; }
public CustomerFiles.Email email { get; set; }
public CustomerFiles.Address addressinfo { get; set; }
public CustomerFiles.Countries countryinfo { get; set; }

The error is this

inconsistent accessibility property type is less accessible than
property

Further down in class and I’ll do the following:

        contact.FirstName = tbFirstName.Text;
        firstName = contact.FirstName;

        contact.LastName = tbLastName.Text;
        lastName = contact.LastName;

        contact.PhoneData = tbCellPhone.Text;
        phone = contact.PhoneData;

        contact.EmailData = tbHomePhone.Text;
        email = contact.EmailData;

        //inside address class
        address.City = tbCity.Text;
        city = address.City;

        address.Country = cbCountry.Text;
       countryinfo = address.Country;

        address.Street = tbStreet.Text;
        street = address.Street;

        address.ZipCode = tbZipCode.Text;
        zipcode = address.ZipCode;

But why do I get problem with my properties? How can I solve this to make it work? thanks in advance

  • 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-27T13:14:23+00:00Added an answer on May 27, 2026 at 1:14 pm

    It looks like when you created the CustomerFiles.Phone class it would look something like:

    class Phone { }
    

    This means that the class is internal. You can’t expose an internal class via a public property. That is crazy talk.

    To fix, you should either change the class to be public:

    public class Phone { }
    

    Or the property to be internal:

     internal CustomerFiles.Phone phone { get; set; } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how to show specific tab with link from another page <a href=index.php?page=home#tab2>Home</a> this is
If you look at this link: http://www.internetworld.co.uk/g/2010/ExhibLogos/ExhibID_137_Graphic1.jpg . In IE8, it doesn't show. In
In my web app, I would like to show an Admin menu link only
I have hidden Divs with .display-link classes that are two levels up from an
I have two Domain classes (Drives & Computer) class Computer { static hasMany =
Here are the classes as I have them set up: class Stat < ActiveRecord::Base
I have a class Document (in a mongodb collection) and persist various sub classes
Hello Everyone, I am developing an app which have to show all the restaurants
All, I have a horizontal menu bar. When the user hovers over each link
This is related to my other question: How do I show all the stages

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.