index.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <Overview>
  2. <Assemblies>
  3. <Assembly Name="System.ComponentModel.DataAnnotations" Version="4.0.0.0">
  4. <AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 b5 fc 90 e7 02 7f 67 87 1e 77 3a 8f de 89 38 c8 1d d4 02 ba 65 b9 20 1d 60 59 3e 96 c4 92 65 1e 88 9c c1 3f 14 15 eb b5 3f ac 11 31 ae 0b d3 33 c5 ee 60 21 67 2d 97 18 ea 31 a8 ae bd 0d a0 07 2f 25 d8 7d ba 6f c9 0f fd 59 8e d4 da 35 e4 4c 39 8c 45 43 07 e8 e3 3b 84 26 14 3d ae c9 f5 96 83 6f 97 c8 f7 47 50 e5 97 5c 64 e2 18 9f 45 de f4 6b 2a 2b 12 47 ad c3 65 2b f5 c3 08 05 5d a9 ]</AssemblyPublicKey>
  5. <Attributes>
  6. <Attribute>
  7. <AttributeName>System.CLSCompliant(true)</AttributeName>
  8. </Attribute>
  9. <Attribute>
  10. <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
  11. </Attribute>
  12. <Attribute>
  13. <AttributeName>System.Reflection.AssemblyCompany("Mono development team")</AttributeName>
  14. </Attribute>
  15. <Attribute>
  16. <AttributeName>System.Reflection.AssemblyCopyright("(c) Various Mono authors")</AttributeName>
  17. </Attribute>
  18. <Attribute>
  19. <AttributeName>System.Reflection.AssemblyDefaultAlias("System.ComponentModel.DataAnnotations.dll")</AttributeName>
  20. </Attribute>
  21. <Attribute>
  22. <AttributeName>System.Reflection.AssemblyDescription("System.ComponentModel.DataAnnotations.dll")</AttributeName>
  23. </Attribute>
  24. <Attribute>
  25. <AttributeName>System.Reflection.AssemblyFileVersion("4.0.30319.17020")</AttributeName>
  26. </Attribute>
  27. <Attribute>
  28. <AttributeName>System.Reflection.AssemblyInformationalVersion("4.0.30319.17020")</AttributeName>
  29. </Attribute>
  30. <Attribute>
  31. <AttributeName>System.Reflection.AssemblyProduct("Mono Common Language Infrastructure")</AttributeName>
  32. </Attribute>
  33. <Attribute>
  34. <AttributeName>System.Reflection.AssemblyTitle("System.ComponentModel.DataAnnotations.dll")</AttributeName>
  35. </Attribute>
  36. <Attribute>
  37. <AttributeName>System.Resources.NeutralResourcesLanguage("en-US")</AttributeName>
  38. </Attribute>
  39. <Attribute>
  40. <AttributeName>System.Resources.SatelliteContractVersion("4.0.0.0")</AttributeName>
  41. </Attribute>
  42. <Attribute>
  43. <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
  44. </Attribute>
  45. <Attribute>
  46. <AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
  47. </Attribute>
  48. <Attribute>
  49. <AttributeName>System.Security.AllowPartiallyTrustedCallers</AttributeName>
  50. </Attribute>
  51. </Attributes>
  52. </Assembly>
  53. </Assemblies>
  54. <Remarks>To be added.</Remarks>
  55. <Copyright>To be added.</Copyright>
  56. <Types>
  57. <Namespace Name="System.ComponentModel.DataAnnotations">
  58. <Type Name="AssociatedMetadataTypeTypeDescriptionProvider" Kind="Class" />
  59. <Type Name="AssociationAttribute" Kind="Class" />
  60. <Type Name="CompareAttribute" Kind="Class" />
  61. <Type Name="ConcurrencyCheckAttribute" Kind="Class" />
  62. <Type Name="CreditCardAttribute" Kind="Class" />
  63. <Type Name="CustomValidationAttribute" Kind="Class" />
  64. <Type Name="DataType" Kind="Enumeration" />
  65. <Type Name="DataTypeAttribute" Kind="Class" />
  66. <Type Name="DisplayAttribute" Kind="Class" />
  67. <Type Name="DisplayColumnAttribute" Kind="Class" />
  68. <Type Name="DisplayFormatAttribute" Kind="Class" />
  69. <Type Name="EditableAttribute" Kind="Class" />
  70. <Type Name="EmailAddressAttribute" Kind="Class" />
  71. <Type Name="EnumDataTypeAttribute" Kind="Class" />
  72. <Type Name="FileExtensionsAttribute" Kind="Class" />
  73. <Type Name="FilterUIHintAttribute" Kind="Class" />
  74. <Type Name="IValidatableObject" Kind="Interface" />
  75. <Type Name="KeyAttribute" Kind="Class" />
  76. <Type Name="MaxLengthAttribute" Kind="Class" />
  77. <Type Name="MetadataTypeAttribute" Kind="Class" />
  78. <Type Name="MinLengthAttribute" Kind="Class" />
  79. <Type Name="PhoneAttribute" Kind="Class" />
  80. <Type Name="RangeAttribute" Kind="Class" />
  81. <Type Name="RegularExpressionAttribute" Kind="Class" />
  82. <Type Name="RequiredAttribute" Kind="Class" />
  83. <Type Name="ScaffoldColumnAttribute" Kind="Class" />
  84. <Type Name="ScaffoldTableAttribute" Kind="Class" />
  85. <Type Name="StringLengthAttribute" Kind="Class" />
  86. <Type Name="TimestampAttribute" Kind="Class" />
  87. <Type Name="UIHintAttribute" Kind="Class" />
  88. <Type Name="ValidationAttribute" Kind="Class" />
  89. <Type Name="ValidationContext" Kind="Class" />
  90. <Type Name="ValidationException" Kind="Class" />
  91. <Type Name="ValidationResult" Kind="Class" />
  92. <Type Name="Validator" Kind="Class" />
  93. </Namespace>
  94. <Namespace Name="System.ComponentModel.DataAnnotations.Schema">
  95. <Type Name="ColumnAttribute" Kind="Class" />
  96. <Type Name="ComplexTypeAttribute" Kind="Class" />
  97. <Type Name="DatabaseGeneratedAttribute" Kind="Class" />
  98. <Type Name="DatabaseGeneratedOption" Kind="Enumeration" />
  99. <Type Name="ForeignKeyAttribute" Kind="Class" />
  100. <Type Name="InversePropertyAttribute" Kind="Class" />
  101. <Type Name="NotMappedAttribute" Kind="Class" />
  102. <Type Name="TableAttribute" Kind="Class" />
  103. </Namespace>
  104. </Types>
  105. <Title>System.ComponentModel.DataAnnotations</Title>
  106. </Overview>