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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:01:14+00:00 2026-05-23T14:01:14+00:00

I am working on creating a base view model class. ViewModelBase is an abstract

  • 0

I am working on creating a base view model class. ViewModelBase is an abstract class and I want to define the properties that I want all my other derived view models to implement.

One of the properties is an ObservableCollection:

public abstract ObservableCollection<???> Items { get; set; }

The classes that derive from this base class will have different types of Items defined (ObservableCollection<Person>, ObservableCollection<Car>).

If I set the ObservableCollection type to object in ViewModelBase, it would require me to do a lot of different casting in the derived classes to get it to work.

Is this the right approach?

  • 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-23T14:01:14+00:00Added an answer on May 23, 2026 at 2:01 pm

    I’m not quite sure why you would want to make it so generic, but if you did, I’d recommend that you make the abstract base class generic as well:

    public abstract class ViewModelBase<T>
    {
        public abstract ObservableCollection<T> Items { get; set; }
    }
    

    I hope you also make sure that your ViewModelBase implements INotifyPropertyChanged.

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

Sidebar

Related Questions

I am working on creating an immutable class. I have marked all the properties
I'm working on creating a new base class for an asp.net app in order
I'm currently working on creating a new C# project that needs to interact with
I'm working on creating a domain layer in Zend Framework that is separate from
I am working on a project that requires localization of all user-facing text in
I'm working on an association between two models: class Person < ActiveRecord::Base belongs_to :user
all dos base application experts here is one thread i am creating. i would
I am working an existing project which is base do Excel class to copy
In the past years I have been working on different projects that required creating
I'm creating a custom model binder in an Mvc application and I want to

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.