Spire.License.xml 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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.OriginalVersion">
  8. <summary>
  9. If current license object is converted from a previouse version license object,
  10. this field will be set to the version of the original license object.
  11. Otherwise it's null.
  12. </summary>
  13. </member>
  14. <member name="P:Spire.License.LicenseInfo.IsUpdateRightExpired">
  15. <summary>
  16. Indicates whether the lincese puchase date is during one year.
  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. <member name="M:Spire.License.LicenseProvider.SetLicenseFile(System.IO.FileInfo)">
  32. <summary>
  33. Provides a license by a license file object, which will be used for loading license.
  34. </summary>
  35. <param name="licenseFile">License file object.</param>
  36. </member>
  37. <member name="M:Spire.License.LicenseProvider.SetLicenseFileStream(System.IO.Stream)">
  38. <summary>
  39. Provides a license by a license stream, which will be used for loading license.
  40. </summary>
  41. <param name="licenseFileStream">License data stream.</param>
  42. </member>
  43. <member name="M:Spire.License.LicenseProvider.SetLicenseKey(System.String)">
  44. <summary>
  45. Provides a license by a license key, which will be used for loading license.
  46. </summary>
  47. <param name="key">The value of the Key attribute of the element License of you license xml file.</param>
  48. </member>
  49. <member name="M:Spire.License.LicenseProvider.SetLicenseKey(System.String,System.Boolean)">
  50. <summary>
  51. Provides a license by a license key, which will be used for loading license.
  52. </summary>
  53. <param name="key">The value of the Key attribute of the element License of you license xml file.</param>
  54. <param name="bIsSerialization">The serialization to verify license key.</param>
  55. </member>
  56. <member name="M:Spire.License.LicenseProvider.ClearLicense">
  57. <summary>
  58. Clear all cached license.
  59. </summary>
  60. </member>
  61. <member name="M:Spire.License.LicenseProvider.LoadLicense">
  62. <summary>
  63. Load the license provided by current setting to the license cache.
  64. </summary>
  65. </member>
  66. <member name="M:Spire.License.LicenseProvider.LoadLicense(System.Type)">
  67. <summary>
  68. Load the license provided by current setting to the license cache.
  69. </summary>
  70. <param name="type">Runtime product type</param>
  71. </member>
  72. <member name="M:Spire.License.LicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
  73. <param name="context"></param>
  74. <param name="type"></param>
  75. <param name="instance"></param>
  76. <param name="allowExceptions"></param>
  77. <returns></returns>
  78. </member>
  79. <member name="P:Spire.License.V1_0.LicenseInfo.IsUpdateRightExpired">
  80. <summary>
  81. Indicates whether the lincese puchase date is during one year.
  82. </summary>
  83. </member>
  84. <member name="P:Spire.License.V1_1.LicenseInfo.IsUpdateRightExpired">
  85. <summary>
  86. Indicates whether the lincese puchase date is during one year.
  87. </summary>
  88. </member>
  89. <member name="P:Spire.License.V1_2.LicenseInfo.IsUpdateRightExpired">
  90. <summary>
  91. Indicates whether the lincese puchase date is during one year.
  92. </summary>
  93. </member>
  94. </members>
  95. </doc>