StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
How to pass a method as a parameter
How to pass a method as a parameter
Post Reply
Like
0
How to pass a method as a parameter
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Ger Cannoll
Ger Cannoll
posted 13 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 430,
Visits: 507
I want to set up a General Purpose type method which will have two parameters, a Business Object, and a Method Name of the business object. The method then needs to just run the method.
e.g.
private void RunABoMethod(BusinessObject myBo, Methodname MyMethodname))
{
myBO.MyMethodname;
}
so some examples of how this might be called:
RunABoMethod(CustomerBO,"GetAllrecords");
or
RunABomethod(StockBO,"GetTop20");
Any suggestions / coding examples on how this might be accomplished (c#) would be appreciated. A few searches indicate that Func (Dot Net 3.5) or delgates could be used but I have no experience of using these constructs
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
How to pass a method as a parameter
Ger Cannoll
-
13 Years Ago
Hi Gerard, Based on your sample, it looks like you want to have a set...
Edhy Rijo
-
13 Years Ago
Hi Edhy , thanks for your reply. I have implemented your suggestion...
Ger Cannoll
-
13 Years Ago
Hi Gerard, I see what you meant now. I have not done that, but my...
Edhy Rijo
-
13 Years Ago
Hi Edhy. Yes, I was trying to make this fairly Generic, though I see...
Ger Cannoll
-
13 Years Ago
You may want CallByName(). I have found it useful in doing something...
Keith Chisarik
-
13 Years Ago
Hi Keith, Thanks for the information, very interesting function.
Edhy Rijo
-
13 Years Ago
Hi Keith . Thats exactly waht I want to do. Unfortunately, CallByName...
Ger Cannoll
-
13 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search