Class SuiteAppSettingsService
Inheritance
object
SuiteAppSettingsService
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Commands.Services
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class SuiteAppSettingsService : ITransientDependency
Constructors
SuiteAppSettingsService(CmdHelper)
Declaration
public SuiteAppSettingsService(CmdHelper cmdHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| CmdHelper | cmdHelper |
Properties
CmdHelper
Declaration
public CmdHelper CmdHelper { get; }
Property Value
| Type | Description |
|---|---|
| CmdHelper |
Methods
GetSuitePortAsync()
Declaration
public Task<int> GetSuitePortAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
GetSuitePortAsync(string)
Declaration
public Task<int> GetSuitePortAsync(string version)
Parameters
| Type | Name | Description |
|---|---|---|
| string | version |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |