OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Framework.IPluginConstraint Interface Reference

Classes wishing to impose constraints on plugin loading must implement this class and pass it to PluginLoader AddConstraint() More...

Inheritance diagram for OpenSim.Framework.IPluginConstraint:
Inheritance graph
[legend]

Public Member Functions

bool Apply (string extpoint)
 

Properties

string Message [get]
 

Detailed Description

Classes wishing to impose constraints on plugin loading must implement this class and pass it to PluginLoader AddConstraint()

Definition at line 51 of file PluginLoader.cs.

Member Function Documentation

bool OpenSim.Framework.IPluginConstraint.Apply ( string  extpoint)

Implemented in OpenSim.Framework.PluginCountConstraint.

Here is the caller graph for this function:

Property Documentation

string OpenSim.Framework.IPluginConstraint.Message
get

Definition at line 53 of file PluginLoader.cs.


The documentation for this interface was generated from the following file: