Class AssetsEditorServices
Inheritance
AssetsEditorServices
Syntax
public static class AssetsEditorServices
Properties
AssetFileManager
Declaration
public static IAssetFileManager AssetFileManager { get; }
Property Value
AssetManager
Declaration
public static IAssetManager AssetManager { get; }
Property Value
AssetProvider
Declaration
public static IAssetProvider AssetProvider { get; }
Property Value
HttpClient
Declaration
public static IServiceHttpClient HttpClient { get; }
Property Value
IsInitialized
Declaration
public static bool IsInitialized { get; }
Property Value
OrganizationProvider
Declaration
public static IOrganizationProvider OrganizationProvider { get; }
Property Value
ProjectProvider
Declaration
public static IProjectProvider ProjectProvider { get; }
Property Value
Methods
Create(Boolean)
Declaration
public static async Task Create(bool isDiscovery)
Parameters
Type |
Name |
Description |
Boolean |
isDiscovery |
|
Returns
ShutDownServices()
Shuts down all platform services.
Declaration
public static void ShutDownServices()