Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

Spire.License.xml 4.5 KiB

4 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Spire.License</name>
  5. </assembly>
  6. <members>
  7. <member name="P:Spire.License.LicenseInfo.IsUpdateRightExpired">
  8. <summary>
  9. Indicates whether the lincese puchase date is during one year.
  10. </summary>
  11. </member>
  12. <member name="P:Spire.License.LicenseInfo.OriginalVersion">
  13. <summary>
  14. If current license object is converted from a previouse version license object,
  15. this field will be set to the version of the original license object.
  16. Otherwise it's null.
  17. </summary>
  18. </member>
  19. <member name="M:Spire.License.LicenseProvider.SetLicenseFileFullPath(System.String)">
  20. <summary>
  21. Provides a license by a license file path, which will be used for loading license.
  22. </summary>
  23. <param name="licenseFileFullPath">License file full path.</param>
  24. </member>
  25. <member name="M:Spire.License.LicenseProvider.SetLicenseFileName(System.String)">
  26. <summary>
  27. Sets the license file name, which will be used for loading license.
  28. </summary>
  29. <param name="licenseFileName">License file name.</param>
  30. </member>
  31. <!-- 对于成员“M:Spire.License.LicenseProvider.GetLicenseFileName”忽略有格式错误的 XML 注释 -->
  32. <member name="M:Spire.License.LicenseProvider.SetLicenseFile(System.IO.FileInfo)">
  33. <summary>
  34. Provides a license by a license file object, which will be used for loading license.
  35. </summary>
  36. <param name="licenseFile">License file object.</param>
  37. </member>
  38. <member name="M:Spire.License.LicenseProvider.SetLicenseFileStream(System.IO.Stream)">
  39. <summary>
  40. Provides a license by a license stream, which will be used for loading license.
  41. </summary>
  42. <param name="licenseFileStream">License data stream.</param>
  43. </member>
  44. <member name="M:Spire.License.LicenseProvider.SetLicenseKey(System.String)">
  45. <summary>
  46. Provides a license by a license key, which will be used for loading license.
  47. </summary>
  48. <param name="key">The value of the Key attribute of the element License of you license xml file.</param>
  49. </member>
  50. <member name="M:Spire.License.LicenseProvider.SetLicenseKey(System.String,System.Boolean)">
  51. <summary>
  52. Provides a license by a license key, which will be used for loading license.
  53. </summary>
  54. <param name="key">The value of the Key attribute of the element License of you license xml file.</param>
  55. <param name="bIsSerialization">The serialization to verify license key.</param>
  56. </member>
  57. <member name="M:Spire.License.LicenseProvider.ClearLicense">
  58. <summary>
  59. Clear all cached license.
  60. </summary>
  61. </member>
  62. <member name="M:Spire.License.LicenseProvider.LoadLicense">
  63. <summary>
  64. Load the license provided by current setting to the license cache.
  65. </summary>
  66. </member>
  67. <member name="M:Spire.License.LicenseProvider.LoadLicense(System.Type)">
  68. <summary>
  69. Load the license provided by current setting to the license cache.
  70. </summary>
  71. <param name="type">Runtime product type</param>
  72. </member>
  73. <member name="M:Spire.License.LicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
  74. <param name="context"></param>
  75. <param name="type"></param>
  76. <param name="instance"></param>
  77. <param name="allowExceptions"></param>
  78. <returns></returns>
  79. </member>
  80. <member name="P:Spire.License.V1_2.LicenseInfo.IsUpdateRightExpired">
  81. <summary>
  82. Indicates whether the lincese puchase date is during one year.
  83. </summary>
  84. </member>
  85. <member name="P:Spire.License.V1_1.LicenseInfo.IsUpdateRightExpired">
  86. <summary>
  87. Indicates whether the lincese puchase date is during one year.
  88. </summary>
  89. </member>
  90. <member name="P:Spire.License.V1_0.LicenseInfo.IsUpdateRightExpired">
  91. <summary>
  92. Indicates whether the lincese puchase date is during one year.
  93. </summary>
  94. </member>
  95. </members>
  96. </doc>