Search Results for

    Show / Hide Table of Contents

    Class Company

    As part of rebranding the company name and folders change, the details of each companies locations are here.

    Inheritance
    object
    Company
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Versioning
    Assembly: Sdl.Versioning.dll
    Syntax
    public class Company

    Constructors

    Company(string, string, string, string, string)

    Declaration
    public Company(string name, string folder, string reg, string exe, string product)
    Parameters
    Type Name Description
    string name
    string folder
    string reg
    string exe
    string product

    Properties

    BaseProductName

    The company specific name of the main product of the product.

    Declaration
    public string BaseProductName { get; set; }
    Property Value
    Type Description
    string

    ExeName

    The company specific name of the main executable of the product.

    Declaration
    public string ExeName { get; set; }
    Property Value
    Type Description
    string

    InstallFolder

    The template that is used to populate the installation path for the company.

    Declaration
    public string InstallFolder { get; set; }
    Property Value
    Type Description
    string

    Name

    The name of the company which is also used in paths.

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

    RegistryPath

    The template that is used to populate the registry path for the company.

    Declaration
    public string RegistryPath { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • Company(string, string, string, string, string)
    • Properties
      • BaseProductName
      • ExeName
      • InstallFolder
      • Name
      • RegistryPath
    • Extension Methods
    Back to top Generated by DocFX