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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:15:02+00:00 2026-05-25T00:15:02+00:00

I have a scenario where I am processing a queue of MailItems. Once I

  • 0

I have a scenario where I am processing a queue of MailItems. Once I have processed each MailItem, I need to update the Status of the MailItem. The logic for updating the status is quite complex. My thinking is that I should not encapsulate the logic itself inside the MailItem class, but rather encapsulate it in a separate class for future ease of maintenance.

My question, therefore, is what is the best way to do this?

I considered the Specification Pattern. My research on this pattern is that it hinges on the ISpecification interface defined as follows:

public interface ISpecification<T>
{
   bool IsSatisfiedBy(T candidate);
}

My problem is that my logic in this particular case is influenced not only by the internal state of the candidate object, but also by an external value that I need to pass in for consideration in the logic.

So, my method signature on MailItem needs to look something like this:

public void ChangeStatus(bool mailSentSuccessfully)

The standard ISpecification interface does not cater for passing in an external value. Do I simply “bend” the standard implementation, or does this then break the “rules” of the definition of the pattern? If this is not the answer, what other pattern based options can I look into?

  • 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-25T00:15:03+00:00Added an answer on May 25, 2026 at 12:15 am

    You can use the Specification pattern as it is simply by using a type for your candidate that includes the other object, i.e., build validation for a pair by extending ISpecification<Pair<MainType,ExternalType>>.

    If you’re not working in a language that already supplies a Pair or Tuple type, you’ll of course have to create that as well to use this tactic.

    Should that not work for you, it’s certainly ok to build your own variation on the pattern. They really aren’t rules of design, but guideposts.

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

Sidebar

Related Questions

Scenario I have a windows service written in C# that performs some processing based
I have scenario, I have two update panels on the page (both have update
I have a scenario where I need to upload a file from one web
I have a scenario when I start 3..10 threads with ThreadPool. Each thread does
I have been looking in to Spring Batch to solve a batch processing scenario
I have the following scenario : I’m pushing 100 messages to a queue shared
Scenario I have an web application which needs some calculations and processing on data.
I have a scenario where multiple threads are pushing data on a Queue only
I have a scenario in which i need to pass 'name ids' in CSV
I have a path defined: when /the admin home\s?page/ /admin/ I have scenario that

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.