C# Class RQAT.Jobs

A queue.
Inheritance: List
Afficher le fichier Open project: rageappliedgame/RQAT

Méthodes publiques

Méthode Description
Add ( IPlugin plugin, Int32 level, String parm ) : void

Adds plugin.

Contains ( IPlugin plugin, String parm, Boolean exact = false ) : Boolean

Query if this object contains the given plugin.

Get ( ) : RQAT.Job

Gets the get.

Method Details

Add() public méthode

Adds plugin.
public Add ( IPlugin plugin, Int32 level, String parm ) : void
plugin IPlugin The plugin.
level Int32 The level.
parm String The parameter.
Résultat void

Contains() public méthode

Query if this object contains the given plugin.
public Contains ( IPlugin plugin, String parm, Boolean exact = false ) : Boolean
plugin IPlugin The plugin.
parm String The parameter.
exact Boolean (Optional) True to perform an exact check (e.g. include level).
Résultat Boolean

Get() public méthode

Gets the get.
public Get ( ) : RQAT.Job
Résultat RQAT.Job