Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Sundeep Raina: Defining Variables in Xaml File

 
 
Old 06-30-2006   #1 (permalink)
sunny


 
 

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 SpecsSystem Spec
Old 06-30-2006   #2 (permalink)
Illumineo


 
 

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 SpecsSystem Spec
Old 07-03-2006   #3 (permalink)
sunny


 
 

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 SpecsSystem Spec
 

Thread Tools



Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46