Extend RuleSetDialog in Windows Workflow

S

sunil

Dear All,
I am using WF and rules set engine to execute some application
activities. I checked through reflector and found that the
RuleSetDialog in System.Workflow.Activities.Rules.Design is public and
not sealed. I tried to extend it but since it does not have a default
empty constructor I cannot see the design in VS2005. It gives the
following error:
Constructor on type
'System.Workflow.Activities.Rules.Design.RuleSetDialog' not found.

Is there some workaround for this since I cannot change the base class
(RuleSetDialog) to include an default constructor that does not take
any parameters. If this dialog cannot be extended wot is the motive
behind not making this class sealed?

Any clues? Please help...

Thanks & regards
Sunil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top