-
Notifications
You must be signed in to change notification settings - Fork 265
/
CreativeWork.xml
199 lines (199 loc) · 14 KB
/
CreativeWork.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
<Type Name="CreativeWork" FullName="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork">
<TypeSignature Language="C#" Value="public class CreativeWork : Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CreativeWork extends Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork" />
<TypeSignature Language="VB.NET" Value="Public Class CreativeWork
Inherits Thing" />
<TypeSignature Language="F#" Value="type CreativeWork = class
 inherit Thing" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CreativeWork ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the CreativeWork class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CreativeWork (string id = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule> contractualRules = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject image = default, string description = default, Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo entityPresentationInfo = default, string bingId = default, string thumbnailUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> provider = default, string text = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, class System.Collections.Generic.IList`1<class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule> contractualRules, string webSearchUrl, string name, string url, class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject image, string description, class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo entityPresentationInfo, string bingId, string thumbnailUrl, class System.Collections.Generic.IList`1<class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> provider, string text) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule},System.String,System.String,System.String,Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject,System.String,Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing},System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = Nothing, Optional contractualRules As IList(Of ContractualRulesContractualRule) = Nothing, Optional webSearchUrl As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional image As ImageObject = Nothing, Optional description As String = Nothing, Optional entityPresentationInfo As EntitiesEntityPresentationInfo = Nothing, Optional bingId As String = Nothing, Optional thumbnailUrl As String = Nothing, Optional provider As IList(Of Thing) = Nothing, Optional text As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule> * string * string * string * Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject * string * Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> * string -> Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork" Usage="new Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork (id, contractualRules, webSearchUrl, name, url, image, description, entityPresentationInfo, bingId, thumbnailUrl, provider, text)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="contractualRules" Type="System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule>" />
<Parameter Name="webSearchUrl" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="url" Type="System.String" />
<Parameter Name="image" Type="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject" />
<Parameter Name="description" Type="System.String" />
<Parameter Name="entityPresentationInfo" Type="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo" />
<Parameter Name="bingId" Type="System.String" />
<Parameter Name="thumbnailUrl" Type="System.String" />
<Parameter Name="provider" Type="System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing>" />
<Parameter Name="text" Type="System.String" />
</Parameters>
<Docs>
<param name="image">To be added.</param>
<param name="text">To be added.</param>
<param name="id">A String identifier.</param>
<param name="contractualRules">A list of rules that you must adhere
to if you display the item.</param>
<param name="webSearchUrl">The URL To Bing's search result for this
item.</param>
<param name="name">The name of the thing represented by this
object.</param>
<param name="url">The URL to get more information about the thing
represented by this object.</param>
<param name="description">A short description of the item.</param>
<param name="entityPresentationInfo">Additional information about
the entity such as hints that you can use to determine the entity's
type. To determine the entity's type, use the entityScenario and
entityTypeHint fields.</param>
<param name="bingId">An ID that uniquely identifies this
item.</param>
<param name="thumbnailUrl">The URL to a thumbnail of the
item.</param>
<param name="provider">The source of the creative work.</param>
<summary>
Initializes a new instance of the CreativeWork class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Provider">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> Provider { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> Provider" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.Provider" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Provider As IList(Of Thing)" />
<MemberSignature Language="F#" Value="member this.Provider : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing>" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.Provider" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="provider")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="provider")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the source of the creative work.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Text">
<MemberSignature Language="C#" Value="public string Text { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Text" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.Text" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Text As String" />
<MemberSignature Language="F#" Value="member this.Text : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.Text" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="text")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="text")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ThumbnailUrl">
<MemberSignature Language="C#" Value="public string ThumbnailUrl { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ThumbnailUrl" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.ThumbnailUrl" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ThumbnailUrl As String" />
<MemberSignature Language="F#" Value="member this.ThumbnailUrl : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.ThumbnailUrl" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="thumbnailUrl")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="thumbnailUrl")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the URL to a thumbnail of the item.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public override void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.CreativeWork.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="creativeWork.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>