Spire.License.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Spire.License</name>
  5. </assembly>
  6. <members>
  7. <member name="P:Spire.License.BaseLicenseInfo.IsBindingSuccess">
  8. <summary>
  9. Gets a value indicating whether license is binding success.
  10. </summary>
  11. <value><c>true</c> if license is binding success; otherwise, <c>false</c>.</value>
  12. </member>
  13. <member name="P:Spire.License.LicenseInfo.OriginalVersion">
  14. <summary>
  15. If current license object is converted from a previouse version license object,
  16. this field will be set to the version of the original license object.
  17. Otherwise it's null.
  18. </summary>
  19. </member>
  20. <member name="P:Spire.License.LicenseInfo.IsUpdateRightExpired">
  21. <summary>
  22. Indicates whether the lincese puchase date is during one year.
  23. </summary>
  24. </member>
  25. <member name="M:Spire.License.LicenseProvider.SetLicenseFileFullPath(System.String)">
  26. <summary>
  27. Provides a license by a license file path, which will be used for loading license.
  28. </summary>
  29. <param name="licenseFileFullPath">License file full path.</param>
  30. </member>
  31. <member name="M:Spire.License.LicenseProvider.SetLicenseFileName(System.String)">
  32. <summary>
  33. Sets the license file name, which will be used for loading license.
  34. </summary>
  35. <param name="licenseFileName">License file name.</param>
  36. </member>
  37. <member name="M:Spire.License.LicenseProvider.GetLicenseFileName">
  38. <summary>
  39. Gets the current license file name.
  40. </summary>
  41. <returns>The license file name, the default license file name is [license.elic.xml].</returns>
  42. </member>
  43. <member name="M:Spire.License.LicenseProvider.SetLicenseFile(System.IO.FileInfo)">
  44. <summary>
  45. Provides a license by a license file object, which will be used for loading license.
  46. </summary>
  47. <param name="licenseFile">License file object.</param>
  48. </member>
  49. <member name="M:Spire.License.LicenseProvider.SetLicenseFileStream(System.IO.Stream)">
  50. <summary>
  51. Provides a license by a license stream, which will be used for loading license.
  52. </summary>
  53. <param name="licenseFileStream">License data stream.</param>
  54. </member>
  55. <member name="M:Spire.License.LicenseProvider.SetLicenseKey(System.String)">
  56. <summary>
  57. Provides a license by a license key, which will be used for loading license.
  58. </summary>
  59. <param name="key">The value of the Key attribute of the element License of you license xml file.</param>
  60. </member>
  61. <member name="M:Spire.License.LicenseProvider.SetLicenseKey(System.String,System.Boolean)">
  62. <summary>
  63. Provides a license by a license key, which will be used for loading license.
  64. </summary>
  65. <param name="key">The value of the Key attribute of the element License of you license xml file.</param>
  66. <param name="bIsSerialization">The serialization to verify license key.</param>
  67. </member>
  68. <member name="M:Spire.License.LicenseProvider.ClearLicense">
  69. <summary>
  70. Clear all cached license.
  71. </summary>
  72. </member>
  73. <member name="M:Spire.License.LicenseProvider.LoadLicense">
  74. <summary>
  75. Load the license provided by current setting to the license cache.
  76. </summary>
  77. </member>
  78. <member name="M:Spire.License.LicenseProvider.LoadLicense(System.Type)">
  79. <summary>
  80. Load the license provided by current setting to the license cache.
  81. </summary>
  82. <param name="type">Runtime product type</param>
  83. </member>
  84. <member name="M:Spire.License.LicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
  85. <param name="context"></param>
  86. <param name="type"></param>
  87. <param name="instance"></param>
  88. <param name="allowExceptions"></param>
  89. <returns></returns>
  90. </member>
  91. <member name="P:Spire.License.V1_0.LicenseInfo.IsUpdateRightExpired">
  92. <summary>
  93. Indicates whether the lincese puchase date is during one year.
  94. </summary>
  95. </member>
  96. <member name="P:Spire.License.V1_1.LicenseInfo.IsUpdateRightExpired">
  97. <summary>
  98. Indicates whether the lincese puchase date is during one year.
  99. </summary>
  100. </member>
  101. <member name="P:Spire.License.V1_2.LicenseInfo.IsUpdateRightExpired">
  102. <summary>
  103. Indicates whether the lincese puchase date is during one year.
  104. </summary>
  105. </member>
  106. <member name="P:Spire.License.V1_3.LicenseInfo.IsUpdateRightExpired">
  107. <summary>
  108. Indicates whether the lincese puchase date is during one year.
  109. </summary>
  110. </member>
  111. </members>
  112. </doc>