|
Home > Archive > BizTalk Server General > May 2006 > Custom functoid properties
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Custom functoid properties
|
|
| yilpiz@hotmail.com 2006-05-01, 7:14 pm |
| Hello everybody,
I am trying to figure out if it is possible to customize the property grid of the functoids so that I can specify the some of the parameters through a drop down list, thus eliminate hard coding the parameter.
I tried to override the "Input Parameters" property of the base functoid but there is none exposed.
I also added a new property to my functoid but that new property did not show up in property grid.
Any help is appreciated.
Thanks
Rashid
---
Posted via www.DotNetSlackers.com
| |
| Yossi Dahan 2006-05-02, 7:17 am |
| yilpiz@hotmail.com wrote:
> Hello everybody,
> I am trying to figure out if it is possible to customize the property grid of the functoids so that I can specify the some of the parameters through a drop down list, thus eliminate hard coding the parameter.
> I tried to override the "Input Parameters" property of the base functoid but there is none exposed.
> I also added a new property to my functoid but that new property did not show up in property grid.
> Any help is appreciated.
>
> Thanks
>
> Rashid
> ---
> Posted via www.DotNetSlackers.com
I'm not sure there's support for properties in functoids. you should
probably get the data through input parameters for the functoid (so that
the first input is propertyA, the second input is propertyB etc.
followed by whatever input(s) you actually need)
Then in the map you specify the properties inputs as constants
--
Yossi Dahan
www.sabratech.co.uk
|
|
|
|
|