TableAttribute.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="TableAttribute" FullName="System.ComponentModel.DataAnnotations.Schema.TableAttribute">
  3. <TypeSignature Language="C#" Value="public class TableAttribute : Attribute" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit TableAttribute extends System.Attribute" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.ComponentModel.DataAnnotations</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Attribute</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Attributes>
  14. <Attribute>
  15. <AttributeName>System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)</AttributeName>
  16. </Attribute>
  17. </Attributes>
  18. <Docs>
  19. <remarks>To be added.</remarks>
  20. <summary>
  21. <attribution license="cc4" from="Microsoft" modified="false" />
  22. <para>Specifies the database table that a class is mapped to.</para>
  23. </summary>
  24. </Docs>
  25. <Members>
  26. <Member MemberName=".ctor">
  27. <MemberSignature Language="C#" Value="public TableAttribute (string name);" />
  28. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name) cil managed" />
  29. <MemberType>Constructor</MemberType>
  30. <AssemblyInfo>
  31. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  32. </AssemblyInfo>
  33. <Parameters>
  34. <Parameter Name="name" Type="System.String" />
  35. </Parameters>
  36. <Docs>
  37. <remarks>To be added.</remarks>
  38. <summary>
  39. <attribution license="cc4" from="Microsoft" modified="false" />
  40. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.TableAttribute" /> class using the specified name of the table.</para>
  41. </summary>
  42. <param name="name">
  43. <attribution license="cc4" from="Microsoft" modified="false" />The name of the table.</param>
  44. </Docs>
  45. </Member>
  46. <Member MemberName="Name">
  47. <MemberSignature Language="C#" Value="public string Name { get; }" />
  48. <MemberSignature Language="ILAsm" Value=".property instance string Name" />
  49. <MemberType>Property</MemberType>
  50. <AssemblyInfo>
  51. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  52. </AssemblyInfo>
  53. <ReturnValue>
  54. <ReturnType>System.String</ReturnType>
  55. </ReturnValue>
  56. <Docs>
  57. <value>To be added.</value>
  58. <remarks>To be added.</remarks>
  59. <summary>
  60. <attribution license="cc4" from="Microsoft" modified="false" />
  61. <para>Gets the name of the table the class is mapped to.</para>
  62. </summary>
  63. </Docs>
  64. </Member>
  65. <Member MemberName="Schema">
  66. <MemberSignature Language="C#" Value="public string Schema { get; set; }" />
  67. <MemberSignature Language="ILAsm" Value=".property instance string Schema" />
  68. <MemberType>Property</MemberType>
  69. <AssemblyInfo>
  70. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  71. </AssemblyInfo>
  72. <ReturnValue>
  73. <ReturnType>System.String</ReturnType>
  74. </ReturnValue>
  75. <Docs>
  76. <value>To be added.</value>
  77. <remarks>To be added.</remarks>
  78. <summary>
  79. <attribution license="cc4" from="Microsoft" modified="false" />
  80. <para>Gets or sets the schema of the table the class is mapped to.</para>
  81. </summary>
  82. </Docs>
  83. </Member>
  84. </Members>
  85. </Type>