Skip to content

Commit 9485664

Browse files
Rumit ParakhiyaRon Petrusha
Rumit Parakhiya
authored and
Ron Petrusha
committed
Code formatting (#1) (#8141)
Formatting code snippets
1 parent 8a192fc commit 9485664

15 files changed

+173
-15
lines changed

docs/framework/configure-apps/file-schema/wcf/activitystatequeries-of-wcf.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,24 @@ Represents a collection of queries that are used to track life cycle changes of
1717
## Syntax
1818

1919
```xml
20-
<tracking> <trackingProfile name="Name"> <workflow> <activityStateQueries> <activityStateQuery activityName="String" /> <arguments> <argument name="String"/> </arguments> <states> <state name="String"/> </states> <variables> <variable name="String"/> </variables> </activityStateQueries> </workflow> </trackingProfile></tracking>
20+
<tracking>
21+
<trackingProfile name="Name">
22+
<workflow>
23+
<activityStateQueries>
24+
<activityStateQuery activityName="String" />
25+
<arguments>
26+
<argument name="String"/>
27+
</arguments>
28+
<states>
29+
<state name="String"/>
30+
</states>
31+
<variables>
32+
<variable name="String"/>
33+
</variables>
34+
</activityStateQueries>
35+
</workflow>
36+
</trackingProfile>
37+
</tracking>
2138
```
2239

2340
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/activitystatequery-of-wcf.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,24 @@ Represents a query that is used to track life cycle changes of the activities th
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <activityStateQueries> <activityStateQuery activityName="String" /> <arguments> <argument name="String"/> </arguments> <states> <state name="String"/> </states> <variables> <variable name="String"/> </variables> </activityStateQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<activityStateQueries>
25+
<activityStateQuery activityName="String" />
26+
<arguments>
27+
<argument name="String"/>
28+
</arguments>
29+
<states>
30+
<state name="String"/>
31+
</states>
32+
<variables>
33+
<variable name="String"/>
34+
</variables>
35+
</activityStateQueries>
36+
</workflow>
37+
</trackingProfile>
38+
</tracking>
2239
```
2340

2441
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/bookmarkresumptionqueries-of-wcf.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ Represents a collection of queries that are used to track resumption of a bookma
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <bookmarkResumptionQueries> <bookmarkResumptionQuery name="String" /> </bookmarkResumptionQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<bookmarkResumptionQueries>
25+
<bookmarkResumptionQuery name="String" />
26+
</bookmarkResumptionQueries>
27+
</workflow>
28+
</trackingProfile>
29+
</tracking>
2230
```
2331

2432
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/bookmarkresumptionquery-of-wcf.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ Represents a query that is used to track resumption of a bookmark within a workf
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <bookmarkResumptionQueries> <bookmarkResumptionQuery name="String" /> </bookmarkResumptionQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<bookmarkResumptionQueries>
25+
<bookmarkResumptionQuery name="String" />
26+
</bookmarkResumptionQueries>
27+
</workflow>
28+
</trackingProfile>
29+
</tracking>
2230
```
2331

2432
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/cancelrequestedqueries-of-wcf.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ Represents a collection of queries that are used to track requests to cancel a c
1717
## Syntax
1818

1919
```xml
20-
<tracking> <trackingProfile name="Name"> <workflow> <cancelRequestQueries> <cancelRequestQuery activityName="String" childActivityName="String"/> </cancelRequestQueries> </workflow> </trackingProfile></tracking>
20+
<tracking>
21+
<trackingProfile name="Name">
22+
<workflow>
23+
<cancelRequestQueries>
24+
<cancelRequestQuery activityName="String"
25+
childActivityName="String"/>
26+
</cancelRequestQueries>
27+
</workflow>
28+
</trackingProfile>
29+
</tracking>
2130
```
2231

2332
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/cancelrequestedquery-of-wcf.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ Represents a query that is used to track requests to cancel a child activity by
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <cancelRequestQueries> <cancelRequestQuery activityName="String" childActivityName="String"/> </cancelRequestQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<cancelRequestQueries>
25+
<cancelRequestQuery activityName="String"
26+
childActivityName="String"/>
27+
</cancelRequestQueries>
28+
</workflow>
29+
</trackingProfile>
30+
</tracking>
2231
```
2332

2433
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/customtrackingqueries-of-wcf.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ Represents a collection of queries that are used to track events that you define
1717
## Syntax
1818

1919
```xml
20-
<tracking> <trackingProfile name="Name"> <workflow> <customTrackingQueries> <customTrackingQuery activityName="String" name="String"/> </customTrackingQueries> </workflow> </trackingProfile></tracking>
20+
<tracking>
21+
<trackingProfile name="Name">
22+
<workflow>
23+
<customTrackingQueries>
24+
<customTrackingQuery activityName="String"
25+
name="String"/>
26+
</customTrackingQueries>
27+
</workflow>
28+
</trackingProfile>
29+
</tracking>
2130
```
2231

2332
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/customtrackingquery-of-wcf.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ Represents a collection of queries that are used to track events that you define
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <customTrackingQueries> <customTrackingQuery activityName="String" name="String"/> </customTrackingQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<customTrackingQueries>
25+
<customTrackingQuery activityName="String"
26+
name="String"/>
27+
</customTrackingQueries>
28+
</workflow>
29+
</trackingProfile>
30+
</tracking>
2231
```
2332

2433
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/faultpropagationqueries-of-wcf.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ Represents a collection of queries that are used to track the handling of faults
1717
## Syntax
1818

1919
```xml
20-
<tracking> <trackingProfile name="Name"> <workflow> <faultPropagationQueries> <faultPropagationQuery activityName="String" faultHandlerActivityName="String"/> </faultPropagationQueries> </workflow> </trackingProfile></tracking>
20+
<tracking>
21+
<trackingProfile name="Name">
22+
<workflow>
23+
<faultPropagationQueries>
24+
<faultPropagationQuery activityName="String"
25+
faultHandlerActivityName="String"/>
26+
</faultPropagationQueries>
27+
</workflow>
28+
</trackingProfile>
29+
</tracking>
2130
```
2231

2332
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/faultpropagationquery-of-wcf.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ Represents a query that is used to track the handling of faults that occur withi
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <faultPropagationQueries> <faultPropagationQuery activityName="String" faultHandlerActivityName="String"/> </faultPropagationQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<faultPropagationQueries>
25+
<faultPropagationQuery activityName="String"
26+
faultHandlerActivityName="String"/>
27+
</faultPropagationQueries>
28+
</workflow>
29+
</trackingProfile>
30+
</tracking>
2231
```
2332

2433
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/state-of-wcf-workflowinstancequery.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,19 @@ Represents a collection of subscribed states from the tracked workflow instance
2020
## Syntax
2121

2222
```xml
23-
<tracking> <trackingProfile name="Name"> <workflow> <workflowInstanceQueries> <workflowInstanceQuery> <states> <state name="Name"/> </states> </workflowInstanceQuery> </workflowInstanceQueries> </workflow> </trackingProfile></tracking>
23+
<tracking>
24+
<trackingProfile name="Name">
25+
<workflow>
26+
<workflowInstanceQueries>
27+
<workflowInstanceQuery>
28+
<states>
29+
<state name="Name"/>
30+
</states>
31+
</workflowInstanceQuery>
32+
</workflowInstanceQueries>
33+
</workflow>
34+
</trackingProfile>
35+
</tracking>
2436
```
2537

2638
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/states-of-wcf-workflowinstancequery.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ Represents a collection of subscribed states from the tracked workflow instance
1919
## Syntax
2020

2121
```xml
22-
<tracking> <trackingProfile name="Name"> <workflow> <workflowInstanceQueries> <workflowInstanceQuery> <states> <state name="Name"/> </states> </workflowInstanceQuery> </workflowInstanceQueries> </workflow> </trackingProfile></tracking>
22+
<tracking>
23+
<trackingProfile name="Name">
24+
<workflow>
25+
<workflowInstanceQueries>
26+
<workflowInstanceQuery>
27+
<states>
28+
<state name="Name"/>
29+
</states>
30+
</workflowInstanceQuery>
31+
</workflowInstanceQueries>
32+
</workflow>
33+
</trackingProfile>
34+
</tracking>
2335
```
2436

2537
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/workflow-of-wcf.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Configure a tracking participant that listens to the tracking records being emit
1616
## Syntax
1717

1818
```xml
19-
<tracking> <participants> <add name="String" profileName="String" type="String" /> </participants> </tracking>
19+
<tracking>
20+
<participants>
21+
<add name="String"
22+
profileName="String"
23+
type="String" />
24+
</participants>
25+
</tracking>
2026
```
2127

2228
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/workflowinstancequeries-of-wcf.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,19 @@ Represents a collection of configuration elements that track workflow instance l
1717
## Syntax
1818

1919
```xml
20-
<tracking> <trackingProfile name="Name"> <workflow> <workflowInstanceQueries> <workflowInstanceQuery> <states> <state name="Name"/> </states> </workflowInstanceQuery> </workflowInstanceQueries> </workflow> </trackingProfile></tracking>
20+
<tracking>
21+
<trackingProfile name="Name">
22+
<workflow>
23+
<workflowInstanceQueries>
24+
<workflowInstanceQuery>
25+
<states>
26+
<state name="Name"/>
27+
</states>
28+
</workflowInstanceQuery>
29+
</workflowInstanceQueries>
30+
</workflow>
31+
</trackingProfile>
32+
</tracking>
2133
```
2234

2335
## Attributes and Elements

docs/framework/configure-apps/file-schema/wcf/workflowinstancequery-of-wcf.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@ Represents a query that tracks workflow instance life cycle changes such as a st
1818
## Syntax
1919

2020
```xml
21-
<tracking> <trackingProfile name="Name"> <workflow> <workflowInstanceQueries> <workflowInstanceQuery> <states> <state name="Name"/> </states> </workflowInstanceQuery> </workflowInstanceQueries> </workflow> </trackingProfile></tracking>
21+
<tracking>
22+
<trackingProfile name="Name">
23+
<workflow>
24+
<workflowInstanceQueries>
25+
<workflowInstanceQuery>
26+
<states>
27+
<state name="Name"/>
28+
</states>
29+
</workflowInstanceQuery>
30+
</workflowInstanceQueries>
31+
</workflow>
32+
</trackingProfile>
33+
</tracking>
2234
```
2335

2436
## Attributes and Elements

0 commit comments

Comments
 (0)