Table of Contents

Class TrinityPlugin

Namespace
AbanoubNassem.Trinity.Plugins
Assembly
AbanoubNassem.Trinity.dll

Represents the base class for all plugins in the Trinity application.

public abstract class TrinityPlugin
Inheritance
TrinityPlugin
Inherited Members

Methods

GetScriptSources()

Gets the list of script sources associated with the plugin.

public virtual List<string> GetScriptSources()

Returns

List<string>

A list of script sources associated with the plugin.

GetStyleSources()

Gets the list of style sources associated with the plugin.

public virtual List<string> GetStyleSources()

Returns

List<string>

A list of style sources associated with the plugin.