Search Results for

    Show / Hide Table of Contents

    Class Product

    Inheritance
    System.Object
    Product
    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 class Product

    Constructors

    Product()

    Declaration
    public Product()

    Properties

    CompanyName

    Declaration
    public string CompanyName { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    LicenseDefinitionPrefix

    Declaration
    public string LicenseDefinitionPrefix { get; set; }
    Property Value
    Type Description
    System.String

    LicenseFeatures

    Declaration
    public List<KeyValuePair<int, string>> LicenseFeatures { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.Int32, System.String>>

    LicenseFileName

    Declaration
    public string LicenseFileName { get; set; }
    Property Value
    Type Description
    System.String

    LicenseSummaryDelegate

    Declaration
    public LicenseSummaryDelegate LicenseSummaryDelegate { get; set; }
    Property Value
    Type Description
    LicenseSummaryDelegate

    LicenseTypes

    Declaration
    public List<KeyValuePair<int, string>> LicenseTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.Int32, System.String>>

    LicenseVersion

    Declaration
    public string LicenseVersion { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ShortName

    Declaration
    public string ShortName { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    Back to top Generated by DocFX