Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need for new method in mmFactory.
Message
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Need for new method in mmFactory.
Miscellaneous
Thread ID:
00900738
Message ID:
00900738
Views:
44
Hello,

We are in need of a function in mmFactory like the one below;

public interface IMyInterface
{ void AMethod(); }

public IMyInterface CreateBizObject(string FullClassName)
{
...
...
}

How can we implement it?

usage will be as follows;

IMyInterface biz = mmFactory.CreateBizObject("MyNamespace.MyBizClass");

Regards.
we can work iT ouT
Next
Reply
Map
View

Click here to load this message in the networking platform