forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBindableTypeAttribute.xml
68 lines (68 loc) · 3.95 KB
/
BindableTypeAttribute.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
<Type Name="BindableTypeAttribute" FullName="System.ComponentModel.DataAnnotations.BindableTypeAttribute">
<TypeSignature Language="C#" Value="public sealed class BindableTypeAttribute : Attribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit BindableTypeAttribute extends System.Attribute" />
<TypeSignature Language="DocId" Value="T:System.ComponentModel.DataAnnotations.BindableTypeAttribute" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class BindableTypeAttribute
Inherits Attribute" />
<TypeSignature Language="F#" Value="type BindableTypeAttribute = class
 inherit Attribute" />
<TypeSignature Language="C++ CLI" Value="public ref class BindableTypeAttribute sealed : Attribute" />
<AssemblyInfo>
<AssemblyName>System.ComponentModel.DataAnnotations</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=true)]</AttributeName>
<AttributeName Language="F#">[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=true)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Specifies whether a type is typically used for binding.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BindableTypeAttribute ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.ComponentModel.DataAnnotations.BindableTypeAttribute.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 BindableTypeAttribute();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.ComponentModel.DataAnnotations</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.BindableTypeAttribute" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsBindable">
<MemberSignature Language="C#" Value="public bool IsBindable { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsBindable" />
<MemberSignature Language="DocId" Value="P:System.ComponentModel.DataAnnotations.BindableTypeAttribute.IsBindable" />
<MemberSignature Language="VB.NET" Value="Public Property IsBindable As Boolean" />
<MemberSignature Language="F#" Value="member this.IsBindable : bool with get, set" Usage="System.ComponentModel.DataAnnotations.BindableTypeAttribute.IsBindable" />
<MemberSignature Language="C++ CLI" Value="public:
 property bool IsBindable { bool get(); void set(bool value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ComponentModel.DataAnnotations</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a value indicating that a type is typically used for binding.</summary>
<value>
<see langword="true" /> if the property is typically used for binding; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>