forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathActivityWithResultConverter.xml
52 lines (52 loc) · 2.82 KB
/
ActivityWithResultConverter.xml
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
52
<Type Name="ActivityWithResultConverter" FullName="System.Activities.XamlIntegration.ActivityWithResultConverter">
<TypeSignature Language="C#" Value="public sealed class ActivityWithResultConverter : System.Activities.XamlIntegration.TypeConverterBase" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit ActivityWithResultConverter extends System.Activities.XamlIntegration.TypeConverterBase" />
<TypeSignature Language="DocId" Value="T:System.Activities.XamlIntegration.ActivityWithResultConverter" />
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Activities.XamlIntegration.TypeConverterBase</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Provides type conversion for the result type of a workflow activity operation.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ActivityWithResultConverter ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.XamlIntegration.ActivityWithResultConverter.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Creates a new instance of the <see cref="T:System.Activities.XamlIntegration.ActivityWithResultConverter" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ActivityWithResultConverter (Type type);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type type) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.XamlIntegration.ActivityWithResultConverter.#ctor(System.Type)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="type" Type="System.Type" />
</Parameters>
<Docs>
<param name="type">The type to which the activity result is converted.</param>
<summary>Creates a new instance of the <see cref="T:System.Activities.XamlIntegration.ActivityWithResultConverter" /> class with the specified type to which an activity result is converted.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>