-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
StateElementCollection.xml
75 lines (75 loc) · 5.43 KB
/
StateElementCollection.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<Type Name="StateElementCollection" FullName="System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection">
<TypeSignature Language="C#" Value="public sealed class StateElementCollection : System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection<System.ServiceModel.Activities.Tracking.Configuration.StateElement>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit StateElementCollection extends System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection`1<class System.ServiceModel.Activities.Tracking.Configuration.StateElement>" />
<TypeSignature Language="DocId" Value="T:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class StateElementCollection
Inherits TrackingConfigurationCollection(Of StateElement)" />
<TypeSignature Language="F#" Value="type StateElementCollection = class
 inherit TrackingConfigurationCollection<StateElement>" />
<TypeSignature Language="C++ CLI" Value="public ref class StateElementCollection sealed : System::ServiceModel::Activities::Tracking::Configuration::TrackingConfigurationCollection<System::ServiceModel::Activities::Tracking::Configuration::StateElement ^>" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection<System.ServiceModel.Activities.Tracking.Configuration.StateElement></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="TConfigurationElement">System.ServiceModel.Activities.Tracking.Configuration.StateElement</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Activities.Tracking.Configuration.StateElement), AddItemName="state", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]</AttributeName>
<AttributeName Language="F#">[<System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Activities.Tracking.Configuration.StateElement), AddItemName="state", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>A configuration element that contains a collection of <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateElement" /> elements.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public StateElementCollection ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 StateElementCollection();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ElementName">
<MemberSignature Language="C#" Value="protected override string ElementName { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ElementName" />
<MemberSignature Language="DocId" Value="P:System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection.ElementName" />
<MemberSignature Language="VB.NET" Value="Protected Overrides ReadOnly Property ElementName As String" />
<MemberSignature Language="F#" Value="member this.ElementName : string" Usage="System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection.ElementName" />
<MemberSignature Language="C++ CLI" Value="protected:
 virtual property System::String ^ ElementName { System::String ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>