Class ThemePlugin
Inheritance
System.Object
ThemePlugin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.ThemeTesting
Assembly: Phoenix.Plugin.ThemeTesting.dll
Syntax
public class ThemePlugin : IViewConfiguration
Methods
View SourceRegisterPluginServices(IServiceCollection)
Declaration
public void RegisterPluginServices(IServiceCollection serviceCollection)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | serviceCollection |
RegisterViewModels(IViewProviderCollection)
Declaration
public void RegisterViewModels(IViewProviderCollection viewService)
Parameters
Type | Name | Description |
---|---|---|
IViewProviderCollection | viewService |
Implements
IServiceConfiguration