Search Results for

    Show / Hide Table of Contents

    Interface IProductLicense

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Sdl.Common.Licensing.AppSupport
    Assembly: Sdl.Common.Licensing.AppSupport.dll
    Syntax
    public interface IProductLicense : IDisposable

    Properties

    ExpirationDate

    Declaration
    DateTime? ExpirationDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    IsBorrowed

    Declaration
    bool IsBorrowed { get; }
    Property Value
    Type Description
    System.Boolean

    IsDemo

    Declaration
    bool IsDemo { get; }
    Property Value
    Type Description
    System.Boolean

    IsLeased

    Declaration
    bool IsLeased { get; }
    Property Value
    Type Description
    System.Boolean

    IsLocal

    Declaration
    bool IsLocal { get; }
    Property Value
    Type Description
    System.Boolean

    IsLoggedIn

    Declaration
    bool IsLoggedIn { get; }
    Property Value
    Type Description
    System.Boolean

    LicenseType

    Declaration
    int LicenseType { get; }
    Property Value
    Type Description
    System.Int32

    Status

    Declaration
    LicenseStatus Status { get; }
    Property Value
    Type Description
    LicenseStatus

    Methods

    CheckIn()

    Declaration
    void CheckIn()

    CheckOut()

    Declaration
    void CheckOut()

    GetDaysRemainingOnLicense()

    Declaration
    int? GetDaysRemainingOnLicense()
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetFeatureValue(Int32)

    Declaration
    string GetFeatureValue(int featureId)
    Parameters
    Type Name Description
    System.Int32 featureId
    Returns
    Type Description
    System.String

    HasFeature(Int32)

    Declaration
    bool HasFeature(int featureId)
    Parameters
    Type Name Description
    System.Int32 featureId
    Returns
    Type Description
    System.Boolean

    IsFeatureLicensed(Int32)

    Declaration
    bool IsFeatureLicensed(int featureId)
    Parameters
    Type Name Description
    System.Int32 featureId
    Returns
    Type Description
    System.Boolean

    IsServerRunning()

    Declaration
    bool IsServerRunning()
    Returns
    Type Description
    System.Boolean

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    Back to top Generated by DocFX