Interface IUnifyBranding
Interface defining branding for Unify products.
Namespace: Unify.Framework.Branding
Assembly: Unify.Framework.Branding.dll
Syntax
public interface IUnifyBranding
Properties
AboutInformation
Information to be displayed in an about box.
Declaration
string AboutInformation { get; }
Property Value
Type | Description |
---|---|
System.String |
CompanyAndProductName
Name of the company and product name together.
Declaration
string CompanyAndProductName { get; }
Property Value
Type | Description |
---|---|
System.String |
CompanyName
Name of the company.
Declaration
string CompanyName { get; }
Property Value
Type | Description |
---|---|
System.String |
CompanyWebsite
URI link to company website
Declaration
Uri CompanyWebsite { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Copyright
Copyright information.
Declaration
string Copyright { get; }
Property Value
Type | Description |
---|---|
System.String |
FullCompanyName
Full name of the company.
Declaration
string FullCompanyName { get; }
Property Value
Type | Description |
---|---|
System.String |
LicensingInformation
Licensing information for the product.
Declaration
string LicensingInformation { get; }
Property Value
Type | Description |
---|---|
System.String |
LogEntrySource
The log entry source to be installed, and to be used for log entries.
Declaration
string LogEntrySource { get; }
Property Value
Type | Description |
---|---|
System.String |
ProductDocumentationWebsite
URI Link to documentation for product
Declaration
Uri ProductDocumentationWebsite { get; }
Property Value
Type | Description |
---|---|
System.Uri |
ProductName
Name of the product.
Declaration
string ProductName { get; }
Property Value
Type | Description |
---|---|
System.String |
ProductSupportWebsite
URI Link to support for product
Declaration
Uri ProductSupportWebsite { get; }
Property Value
Type | Description |
---|---|
System.Uri |
ProductTitle
The name of the product.
Declaration
string ProductTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
ServiceName
The name of the service.
Declaration
string ServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
SupportEmail
The current support email for the product.
Declaration
string SupportEmail { get; }
Property Value
Type | Description |
---|---|
System.String |