C# Класс AccidentalFish.ApplicationSupport.Core.Runtime.StaticComponentHostConfigurationProvider

Use this class to provide component configurations to the component host
Наследование: IComponentHostConfigurationProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetConfigurationAsync ( ) : Task>

Returns the configuration

StaticComponentHostConfigurationProvider ( IEnumerable configuration ) : System.Collections.Generic

Constructor

Описание методов

GetConfigurationAsync() публичный Метод

Returns the configuration
public GetConfigurationAsync ( ) : Task>
Результат Task>

StaticComponentHostConfigurationProvider() публичный Метод

Constructor
public StaticComponentHostConfigurationProvider ( IEnumerable configuration ) : System.Collections.Generic
configuration IEnumerable A collection of component configurations
Результат System.Collections.Generic