Search Results for

    Show / Hide Table of Contents

    Class ProductLicenseManager

    Inheritance
    System.Object
    ProductLicenseManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Common.Licensing.AppSupport
    Assembly: Sdl.Common.Licensing.AppSupport.dll
    Syntax
    public sealed class ProductLicenseManager

    Properties

    CurrentProductLicense

    Declaration
    public IProductLicense CurrentProductLicense { get; }
    Property Value
    Type Description
    IProductLicense

    Instance

    Declaration
    public static ProductLicenseManager Instance { get; }
    Property Value
    Type Description
    ProductLicenseManager

    Methods

    Initialize(Product)

    Declaration
    public void Initialize(Product product)
    Parameters
    Type Name Description
    Product product

    ShowProductActivationDialog()

    Declaration
    public bool ShowProductActivationDialog()
    Returns
    Type Description
    System.Boolean

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • CurrentProductLicense
      • Instance
    • Methods
      • Initialize(Product)
      • ShowProductActivationDialog()
    • Extension Methods
    Back to top Generated by DocFX