C# Class AccidentalFish.ApplicationSupport.Core.Runtime.StaticComponentHostConfigurationProvider

Use this class to provide component configurations to the component host
Inheritance: IComponentHostConfigurationProvider
ファイルを表示 Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

Method Description
GetConfigurationAsync ( ) : Task>

Returns the configuration

StaticComponentHostConfigurationProvider ( IEnumerable configuration ) : System.Collections.Generic

Constructor

Method Details

GetConfigurationAsync() public method

Returns the configuration
public GetConfigurationAsync ( ) : Task>
return Task>

StaticComponentHostConfigurationProvider() public method

Constructor
public StaticComponentHostConfigurationProvider ( IEnumerable configuration ) : System.Collections.Generic
configuration IEnumerable A collection of component configurations
return System.Collections.Generic