Interface IInfoService
Interface IInfoService
Namespace: ISynergy.Framework.Core.Abstractions.Services
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IInfoService
Properties
View SourceApplicationPath
Gets the application path.
Declaration
string ApplicationPath { get; }
Property Value
Type | Description |
---|---|
System.String | The application path. |
CompanyName
Gets the name of the company.
Declaration
string CompanyName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the company. |
Copyrights
Gets the copy rights.
Declaration
string Copyrights { get; }
Property Value
Type | Description |
---|---|
System.String | The copy rights detail. |
ProductName
Gets the name of the product.
Declaration
string ProductName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the product. |
ProductVersion
Gets the product version.
Declaration
Version ProductVersion { get; }
Property Value
Type | Description |
---|---|
Version | The product version. |
Title
Gets the application title.
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceLoadAssembly(Assembly)
Loads the assembly into the Version service.
Declaration
void LoadAssembly(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly |
SetTitle(SoftwareEnvironments)
Sets the title based on software environment.
Declaration
void SetTitle(SoftwareEnvironments environment)
Parameters
Type | Name | Description |
---|---|---|
SoftwareEnvironments | environment |