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)
As part of rebranding the company name and folders change, the details of each companies locations are here.
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 |