-
Notifications
You must be signed in to change notification settings - Fork 264
/
FacebookChannel.xml
59 lines (59 loc) · 3.31 KB
/
FacebookChannel.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
<Type Name="FacebookChannel" FullName="Azure.ResourceManager.BotService.Models.FacebookChannel">
<TypeSignature Language="C#" Value="public class FacebookChannel : Azure.ResourceManager.BotService.Models.BotChannelProperties" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FacebookChannel extends Azure.ResourceManager.BotService.Models.BotChannelProperties" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.BotService.Models.FacebookChannel" />
<TypeSignature Language="VB.NET" Value="Public Class FacebookChannel
Inherits BotChannelProperties" />
<TypeSignature Language="F#" Value="type FacebookChannel = class
 inherit BotChannelProperties" />
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.BotService</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Azure.ResourceManager.BotService.Models.BotChannelProperties</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary> Facebook channel definition. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FacebookChannel ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.BotService.Models.FacebookChannel.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.BotService</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary> Initializes a new instance of FacebookChannel. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Properties">
<MemberSignature Language="C#" Value="public Azure.ResourceManager.BotService.Models.FacebookChannelProperties Properties { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Azure.ResourceManager.BotService.Models.FacebookChannelProperties Properties" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.BotService.Models.FacebookChannel.Properties" />
<MemberSignature Language="VB.NET" Value="Public Property Properties As FacebookChannelProperties" />
<MemberSignature Language="F#" Value="member this.Properties : Azure.ResourceManager.BotService.Models.FacebookChannelProperties with get, set" Usage="Azure.ResourceManager.BotService.Models.FacebookChannel.Properties" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.BotService</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.BotService.Models.FacebookChannelProperties</ReturnType>
</ReturnValue>
<Docs>
<summary> The set of properties specific to bot facebook channel. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>