Spire.License.xml 4.1 KB

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