-
Notifications
You must be signed in to change notification settings - Fork 13
/
ReactionInstance.xml
267 lines (267 loc) · 15.3 KB
/
ReactionInstance.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<Type Name="ReactionInstance" FullName="DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance">
<TypeSignature Language="C#" Value="public class ReactionInstance : DocumentFormat.OpenXml.OpenXmlCompositeElement" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ReactionInstance extends DocumentFormat.OpenXml.OpenXmlCompositeElement" />
<TypeSignature Language="DocId" Value="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance" />
<TypeSignature Language="VB.NET" Value="Public Class ReactionInstance
Inherits OpenXmlCompositeElement" />
<TypeSignature Language="F#" Value="type ReactionInstance = class
 inherit OpenXmlCompositeElement" />
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>DocumentFormat.OpenXml.OpenXmlCompositeElement</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute FrameworkAlternate="openxml-3.0.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="openxml-3.0.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
<para>Defines the ReactionInstance Class.</para>
<para>This class is available in Microsoft365 and above.</para>
<para>When the object is serialized out as xml, it's qualified name is p223:instance.</para>
</summary>
<remarks>To be added.</remarks>
<remark>
<para>The following table lists the possible child types:</para>
<list type="bullet">
<item>
<description>
<see cref="T:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList" />
<c><p223:extLst></c>
</description>
</item>
</list>
</remark>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReactionInstance ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ReactionInstance class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReactionInstance (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class DocumentFormat.OpenXml.OpenXmlElement[] childElements) cil managed" />
<MemberSignature Language="DocId" Value="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.#ctor(DocumentFormat.OpenXml.OpenXmlElement[])" />
<MemberSignature Language="VB.NET" Value="Public Sub New (ParamArray childElements As OpenXmlElement())" />
<MemberSignature Language="F#" Value="new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance" Usage="new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance childElements" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="openxml-3.0.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(1)>]</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="childElements" Type="DocumentFormat.OpenXml.OpenXmlElement[]">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[<System.ParamArray>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="childElements">Specifies the child elements.</param>
<summary>
Initializes a new instance of the ReactionInstance class with the specified child elements.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReactionInstance (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1<class DocumentFormat.OpenXml.OpenXmlElement> childElements) cil managed" />
<MemberSignature Language="DocId" Value="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.#ctor(System.Collections.Generic.IEnumerable{DocumentFormat.OpenXml.OpenXmlElement})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (childElements As IEnumerable(Of OpenXmlElement))" />
<MemberSignature Language="F#" Value="new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance" Usage="new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance childElements" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="openxml-3.0.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(1)>]</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="childElements" Type="System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement>" />
</Parameters>
<Docs>
<param name="childElements">Specifies the child elements.</param>
<summary>
Initializes a new instance of the ReactionInstance class with the specified child elements.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReactionInstance (string outerXml);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string outerXml) cil managed" />
<MemberSignature Language="DocId" Value="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.#ctor(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (outerXml As String)" />
<MemberSignature Language="F#" Value="new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance" Usage="new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance outerXml" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="openxml-3.0.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(1)>]</AttributeName>
</Attribute>
</Attributes>
<Parameters>
<Parameter Name="outerXml" Type="System.String" />
</Parameters>
<Docs>
<param name="outerXml">Specifies the outer XML of the element.</param>
<summary>
Initializes a new instance of the ReactionInstance class from outer XML.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AuthorId">
<MemberSignature Language="C#" Value="public DocumentFormat.OpenXml.StringValue? AuthorId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class DocumentFormat.OpenXml.StringValue AuthorId" />
<MemberSignature Language="DocId" Value="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.AuthorId" />
<MemberSignature Language="VB.NET" Value="Public Property AuthorId As StringValue" />
<MemberSignature Language="F#" Value="member this.AuthorId : DocumentFormat.OpenXml.StringValue with get, set" Usage="DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.AuthorId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>DocumentFormat.OpenXml.StringValue</ReturnType>
</ReturnValue>
<Docs>
<summary>
<para>authorId, this property is only available in Office 2021 and later.</para>
<para>Represents the following attribute in the schema: authorId</para>
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CloneNode">
<MemberSignature Language="C#" Value="public override DocumentFormat.OpenXml.OpenXmlElement CloneNode (bool deep);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class DocumentFormat.OpenXml.OpenXmlElement CloneNode(bool deep) cil managed" />
<MemberSignature Language="DocId" Value="M:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.CloneNode(System.Boolean)" />
<MemberSignature Language="VB.NET" Value="Public Overrides Function CloneNode (deep As Boolean) As OpenXmlElement" />
<MemberSignature Language="F#" Value="override this.CloneNode : bool -> DocumentFormat.OpenXml.OpenXmlElement" Usage="reactionInstance.CloneNode deep" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="openxml-3.0.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(1)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>DocumentFormat.OpenXml.OpenXmlElement</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="deep" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="deep">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="ExtensionList">
<MemberSignature Language="C#" Value="public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList? ExtensionList { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList ExtensionList" />
<MemberSignature Language="DocId" Value="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.ExtensionList" />
<MemberSignature Language="VB.NET" Value="Public Property ExtensionList As ExtensionList" />
<MemberSignature Language="F#" Value="member this.ExtensionList : DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList with get, set" Usage="DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.ExtensionList" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList</ReturnType>
</ReturnValue>
<Docs>
<summary>
<para>ExtensionList.</para>
<para>Represents the following element tag in the schema: p223:extLst.</para>
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remark>
xmlns:p223 = http://schemas.microsoft.com/office/powerpoint/2022/03/main
</remark>
</Docs>
</Member>
<Member MemberName="Time">
<MemberSignature Language="C#" Value="public DocumentFormat.OpenXml.DateTimeValue? Time { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class DocumentFormat.OpenXml.DateTimeValue Time" />
<MemberSignature Language="DocId" Value="P:DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.Time" />
<MemberSignature Language="VB.NET" Value="Public Property Time As DateTimeValue" />
<MemberSignature Language="F#" Value="member this.Time : DocumentFormat.OpenXml.DateTimeValue with get, set" Usage="DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance.Time" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>DocumentFormat.OpenXml</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>DocumentFormat.OpenXml.DateTimeValue</ReturnType>
</ReturnValue>
<Docs>
<summary>
<para>time, this property is only available in Microsoft365 and later.</para>
<para>Represents the following attribute in the schema: time</para>
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>