![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Sundeep Raina: Defining Variables in Xaml File Hi All ![]() i am working with Windows WorkFlow . and i need the help in How to Define new Parameters in Xaml File which is the format of Workflow. I know It will possible by Code writing but i need to play only with Xaml File Please do reply If some one knows Something Regarding the same. thanks and regards Sundeep Raina |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: Sundeep Raina: Defining Variables in Xaml File If you do not want to used code-behind, consider the XAML as traditional XML or string; replace a certain string (e.g. '@yourparameter') or parse the XAML and insert a node where you want. You could use XSL as well. If you do not use code and do not want to parse the XML or the string I wouldn't know how you could define a parameter since there is no other way to 'talk' to XAML. |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Sundeep Raina: Defining Variables in Xaml File <SequenceActivity x:Name="MarketplaceSequence"> <ParallelActivity x:Name="MarketplaceFlow"> <SequenceActivity x:Name="SellerReceive"> <WebServiceInputActivity x:Name="webServiceInputActivity1" /> Now here i when i say web Service input in work flow i have input parametes in the property box . but if i want to add some more properties there such as Porttype , partner link throught xaml File .. how can i Do that </SequenceActivity> <SequenceActivity x:Name="BuyerReceive"> <WebServiceInputActivity x:Name="webServiceInputActivity2" /> </SequenceActivity> Illumineo wrote: > If you do not want to used code-behind, consider the XAML as > traditional XML or string; replace a certain string (e.g. > '@yourparameter') or parse the XAML and insert a node where you want. > You could use XSL as well. > If you do not use code and do not want to parse the XML or the string I > wouldn't know how you could define a parameter since there is no other > way to 'talk' to XAML. |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to include XAML files into another XAML file? | star-italia | .NET General | 6 | 06-12-2008 04:56 AM |
| Sundeep Raina(Iopsis): Is variables being handled in Workflow and How to declare New Variables | sunny | Avalon | 0 | 06-30-2006 01:31 AM |
| File.xaml and File.xaml.cs are atomically checked out/in from sourcesafe | Pascal Bourque | Avalon | 1 | 04-26-2006 06:47 PM |