C# Class Frapid.Installer.Tenant.Installer

Show file Open project: frapid/frapid Class Usage Examples

Public Properties

Property Type Description
InstalledApps List

Public Methods

Method Description
InstallAsync ( ) : System.Threading.Tasks.Task
Installer ( string url ) : System

Private Methods

Method Description
GetInstallables ( string tenant ) : IEnumerable

Method Details

InstallAsync() public method

public InstallAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Installer() public method

public Installer ( string url ) : System
url string
return System

Property Details

InstalledApps public static property

public static List InstalledApps
return List