Skip to content

Commit 406de93

Browse files
committed
delete code examples from obsolete APIs
1 parent a33f8fb commit 406de93

34 files changed

+224
-1437
lines changed

xml/System.Workflow.Activities.Rules/RuleActionTrackingEvent.xml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@
2626
</Attributes>
2727
<Docs>
2828
<summary>Contains the name, instance ID, and condition result of a rule that has been evaluated.</summary>
29-
<remarks>
30-
<format type="text/markdown"><![CDATA[
31-
32-
## Examples
33-
The following code example shows how to use the <xref:System.Workflow.Activities.Rules.RuleActionTrackingEvent> class. This code example is part of the RuleActionTrackingEventSample SDK Sample from the ConsoleTrackingService.cs file. For more information, see [RuleActionTrackingEvent Sample](https://msdn.microsoft.com/library/cea1192f-82e2-4c8a-acc0-5f8ed462de73).
34-
35-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets11.cs" id="Snippet162":::
36-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets11.vb" id="Snippet162":::
37-
38-
]]></format>
39-
</remarks>
29+
<remarks>To be added.</remarks>
4030
</Docs>
4131
<Members>
4232
<Member MemberName="ConditionResult">
@@ -58,17 +48,7 @@
5848
<Docs>
5949
<summary>Gets the result of the condition evaluation.</summary>
6050
<value>The result of the rule condition: <see langword="true" /> or <see langword="false" />.</value>
61-
<remarks>
62-
<format type="text/markdown"><![CDATA[
63-
64-
## Examples
65-
The following code example shows how to use the <xref:System.Workflow.Activities.Rules.RuleActionTrackingEvent> class and print the value of the <xref:System.Workflow.Activities.Rules.RuleActionTrackingEvent.ConditionResult%2A> property to the console upon execution of the rule. This code example is part of the RuleActionTrackingEventSample SDK Sample from the ConsoleTrackingService.cs file. For more information, see [RuleActionTrackingEvent Sample](https://msdn.microsoft.com/library/cea1192f-82e2-4c8a-acc0-5f8ed462de73).
66-
67-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets11.cs" id="Snippet162":::
68-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets11.vb" id="Snippet162":::
69-
70-
]]></format>
71-
</remarks>
51+
<remarks>To be added.</remarks>
7252
</Docs>
7353
</Member>
7454
<Member MemberName="RuleName">
@@ -90,17 +70,7 @@
9070
<Docs>
9171
<summary>Gets the name of the <see cref="T:System.Workflow.Activities.Rules.Rule" /> that caused the <see cref="T:System.Workflow.Activities.Rules.RuleActionTrackingEvent" /> to be raised.</summary>
9272
<value>The <see cref="T:System.Workflow.Activities.Rules.Rule" /> that caused one or more actions to execute.</value>
93-
<remarks>
94-
<format type="text/markdown"><![CDATA[
95-
96-
## Examples
97-
The following code example shows how to use the <xref:System.Workflow.Activities.Rules.RuleActionTrackingEvent> class and print the value of the <xref:System.Workflow.Activities.Rules.RuleActionTrackingEvent.RuleName%2A> property to the console upon execution of the rule. This code example is part of the RuleActionTrackingEventSample SDK Sample from the ConsoleTrackingService.cs file. For more information, see [RuleActionTrackingEvent Sample](https://msdn.microsoft.com/library/cea1192f-82e2-4c8a-acc0-5f8ed462de73).
98-
99-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets11.cs" id="Snippet162":::
100-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets11.vb" id="Snippet162":::
101-
102-
]]></format>
103-
</remarks>
73+
<remarks>To be added.</remarks>
10474
</Docs>
10575
</Member>
10676
</Members>

xml/System.Workflow.Activities.Rules/RuleSetReference.xml

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,7 @@
4646
</Attributes>
4747
<Docs>
4848
<summary>Holds the name of a <see cref="T:System.Workflow.Activities.Rules.RuleSet" /> in the <see cref="T:System.Workflow.Activities.Rules.RuleSetCollection" /> on the workflow. This class cannot be inherited.</summary>
49-
<remarks>
50-
<format type="text/markdown"><![CDATA[
51-
52-
## Examples
53-
The following code example shows how to create a new instance of the <xref:System.Workflow.Activities.Rules.RuleSetReference> class and set it to the value of the <xref:System.Workflow.Activities.PolicyActivity.RuleSetReference%2A?displayProperty=nameWithType> property. This code example is part of the RuleActionTrackingEventSample SDK Sample from the SimplePolicyWorkflow.designer.cs file. For more information, see [RuleActionTrackingEvent Sample](https://msdn.microsoft.com/library/cea1192f-82e2-4c8a-acc0-5f8ed462de73).
54-
55-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets24.cs" id="Snippet294":::
56-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets24.vb" id="Snippet294":::
57-
58-
]]></format>
59-
</remarks>
49+
<remarks>To be added.</remarks>
6050
</Docs>
6151
<Members>
6252
<MemberGroup MemberName=".ctor">
@@ -83,17 +73,7 @@
8373
<Parameters />
8474
<Docs>
8575
<summary>Initializes a new instance of the <see cref="T:System.Workflow.Activities.Rules.RuleSetReference" /> class.</summary>
86-
<remarks>
87-
<format type="text/markdown"><![CDATA[
88-
89-
## Examples
90-
The following code example shows how to create a new instance of the <xref:System.Workflow.Activities.Rules.RuleSetReference> class and set it to the value of the <xref:System.Workflow.Activities.PolicyActivity.RuleSetReference%2A?displayProperty=nameWithType> property. This code example is part of the RuleActionTrackingEventSample SDK Sample from the SimplePolicyWorkflow.designer.cs file. For more information, see [RuleActionTrackingEvent Sample](https://msdn.microsoft.com/library/cea1192f-82e2-4c8a-acc0-5f8ed462de73).
91-
92-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets24.cs" id="Snippet294":::
93-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets24.vb" id="Snippet294":::
94-
95-
]]></format>
96-
</remarks>
76+
<remarks>To be added.</remarks>
9777
</Docs>
9878
</Member>
9979
<Member MemberName=".ctor">
@@ -115,17 +95,7 @@
11595
<Docs>
11696
<param name="ruleSetName">The name of the <see cref="T:System.Workflow.Activities.Rules.RuleSet" /> that the activity evaluates.</param>
11797
<summary>Initializes a new instance of the <see cref="T:System.Workflow.Activities.Rules.RuleSetReference" /> class using the name of the <see cref="T:System.Workflow.Activities.Rules.RuleSet" />.</summary>
118-
<remarks>
119-
<format type="text/markdown"><![CDATA[
120-
121-
## Examples
122-
The following code example shows how to create a new instance of the <xref:System.Workflow.Activities.Rules.RuleSetReference> class using the name of a RuleSet. This code example is part of the Policy SDK Sample from the DiscountPolicyWorkflow.Designer.cs file. For more information, see [Advanced Policy](https://msdn.microsoft.com/library/1ad079ee-b50b-4af4-9575-597eafc97742).
123-
124-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets11.cs" id="Snippet164":::
125-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets11.vb" id="Snippet164":::
126-
127-
]]></format>
128-
</remarks>
98+
<remarks>To be added.</remarks>
12999
</Docs>
130100
</Member>
131101
<Member MemberName="InitializeProperties">
@@ -169,17 +139,7 @@
169139
<Docs>
170140
<summary>Gets or sets the name of the <see cref="T:System.Workflow.Activities.Rules.RuleSet" /> that the activity evaluates.</summary>
171141
<value>The name of the <see cref="T:System.Workflow.Activities.Rules.RuleSet" /> that the activity evaluates.</value>
172-
<remarks>
173-
<format type="text/markdown"><![CDATA[
174-
175-
## Examples
176-
The following code example shows how to create a new instance of the <xref:System.Workflow.Activities.Rules.RuleSetReference> class and set it to the value of the <xref:System.Workflow.Activities.PolicyActivity.RuleSetReference%2A?displayProperty=nameWithType> property. This code example is part of the RuleActionTrackingEventSample SDK Sample from the SimplePolicyWorkflow.designer.cs file. For more information, see [RuleActionTrackingEvent Sample](https://msdn.microsoft.com/library/cea1192f-82e2-4c8a-acc0-5f8ed462de73).
177-
178-
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/wf_samples/cs/snippets24.cs" id="Snippet294":::
179-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/wf_samples/vb/snippets24.vb" id="Snippet294":::
180-
181-
]]></format>
182-
</remarks>
142+
<remarks>To be added.</remarks>
183143
</Docs>
184144
</Member>
185145
</Members>

0 commit comments

Comments
 (0)