2
0

NotMappedAttribute.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="NotMappedAttribute" FullName="System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute">
  3. <TypeSignature Language="C#" Value="public class NotMappedAttribute : Attribute" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NotMappedAttribute 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 | System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.All, 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>Denotes that a property or class should be excluded from database mapping.</para>
  23. </summary>
  24. </Docs>
  25. <Members>
  26. <Member MemberName=".ctor">
  27. <MemberSignature Language="C#" Value="public NotMappedAttribute ();" />
  28. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
  29. <MemberType>Constructor</MemberType>
  30. <AssemblyInfo>
  31. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  32. </AssemblyInfo>
  33. <Parameters />
  34. <Docs>
  35. <remarks>To be added.</remarks>
  36. <summary>
  37. <attribution license="cc4" from="Microsoft" modified="false" />
  38. <para>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute" /> class.</para>
  39. </summary>
  40. </Docs>
  41. </Member>
  42. </Members>
  43. </Type>