Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Vista Tutorials Tags

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.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Sundeep Raina: Defining Variables in Xaml File

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 06-30-2006   #1 (permalink)
sunny
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 SpecsSystem Spec
Old 06-30-2006   #2 (permalink)
Illumineo
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 SpecsSystem Spec
Old 07-03-2006   #3 (permalink)
sunny
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 SpecsSystem Spec
Closed Thread

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


Vistax64.com 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 2005-2008

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 47 48 49 50 51