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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:05:42+00:00 2026-06-12T17:05:42+00:00

I have a collection of custom objects which are mirrored in the UI Interface

  • 0

I have a collection of custom objects which are mirrored in the UI

Interface (extremely simplified)

public interface IMyInterface
{
  string Name { get; set; }
  int Data { get; set; }
}

Collection

MyCollection<IMyInterface> Foo;

UI (which displays contents of Foo in a sensible way, e.g.)

Name: [ asdf ] Data: [ 1234 ]
Name: [ qwer ] Data: [ 5678 ]
Name: [ zxcv ] Data: [ 0000 ]

I now have the need in my program to be able to open two IMyInterface types and display the average data, along with single IMyInterface objects:

Name: [ asdf ] Data: [ 1234 ]
Name: [ qwer ] Data: [ 5678 ]
Name: [ zxcv ] Data: [ 0000 ]
Name: [ 2 Objects (asdf, qwer) ] Data: [ 3456 ]

I must be able to get out asdf and qwer from this new average.

What is the best way I can achieve this? I feel I have three options:

  1. Make a type which inherits from IMyInterface with an internal
    collection of IMyInterfaces. However, this feels a bit dirty as
    some of the properties are not averageable.
  2. Replace Foo with `MyCollection> and where ever I use it, make a check to the count of the inner collection
  3. Turn MyCollection into a dictionary-like object where I can specify a “group” for each object then I can get out objects by their group ID.

Any suggestions welcome.

  • 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-06-12T17:05:44+00:00Added an answer on June 12, 2026 at 5:05 pm

    You can use the Composite design pattern, a good sample of which is the controls tree in .net:

    Each IMyInterace can have a collection of IMyInterfaces, and its your choice what to do with the irrelevant properties (you can always return a null)

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

Sidebar

Related Questions

I have collection of custom objects(assets) which I want to group with LINQ. Custom
I have a collection of custom entity objects one property of which is an
If I where to have a Queue holding a collection of objects (Custom object,bool,bool,bool,bool)
I have a custom control with a public collection marked as DesignerSerializationVisibility.Content . When
I have a collection of custom data objects that I display in DataGrid. The
I have a view model with a collection of other objects in it. public
I have a method to get a load of objects from a database, which
I have a strongly typed list of custom objects, MyObject , which has a
I have a custom control which contains a list of objects. The control is
All, I have a VB6 project with about 100 custom collection classes which I

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.