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

Constraint that bounds the number of plugins to be loaded. More...

Inheritance diagram for OpenSim.Framework.PluginCountConstraint:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.PluginCountConstraint:
Collaboration graph
[legend]

Public Member Functions

 PluginCountConstraint (int exact)
 
 PluginCountConstraint (int minimum, int maximum)
 
bool Apply (string extpoint)
 

Properties

string Message [get]
 
- Properties inherited from OpenSim.Framework.IPluginConstraint
string Message [get]
 

Detailed Description

Constraint that bounds the number of plugins to be loaded.

Definition at line 333 of file PluginLoader.cs.

Constructor & Destructor Documentation

OpenSim.Framework.PluginCountConstraint.PluginCountConstraint ( int  exact)
inline

Definition at line 338 of file PluginLoader.cs.

OpenSim.Framework.PluginCountConstraint.PluginCountConstraint ( int  minimum,
int  maximum 
)
inline

Definition at line 344 of file PluginLoader.cs.

Member Function Documentation

bool OpenSim.Framework.PluginCountConstraint.Apply ( string  extpoint)
inline

Implements OpenSim.Framework.IPluginConstraint.

Definition at line 359 of file PluginLoader.cs.

Property Documentation

string OpenSim.Framework.PluginCountConstraint.Message
get

Definition at line 351 of file PluginLoader.cs.


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