Show / Hide Table of Contents

Class ArubaPlugin

A class representing the Aruba plugin.

Inheritance
object
ArubaPlugin
Implements
IServiceConfiguration
IViewConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ArubaPlugin : IServiceConfiguration, IViewConfiguration

Methods

View Source

RegisterPluginServices(IServiceCollection)

Registers the plugin services for the Aruba plugin.

Declaration
public void RegisterPluginServices(IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection

The service collection for the plugin.

View Source

RegisterViewModels(IViewProviderCollection)

Registers the view models for the Aruba plugin.

Declaration
public void RegisterViewModels(IViewProviderCollection viewService)
Parameters
Type Name Description
IViewProviderCollection viewService

The collection of view providers.

Implements

Phoenix.Plugins.IServiceConfiguration
Phoenix.Views.IViewConfiguration
  • View Source
In this article
Back to top Generated by DocFX