C# Class Kong.Serialization.DefaultPluginFactory

Inheritance: IPluginFactory
Mostra file Open project: trackmatic/kong.net

Public Methods

Method Description
Create ( Newtonsoft.Json.Linq.JObject bag ) : Plugin
DefaultPluginFactory ( ) : System
Register ( string name, Type type ) : void

Method Details

Create() public method

public Create ( Newtonsoft.Json.Linq.JObject bag ) : Plugin
bag Newtonsoft.Json.Linq.JObject
return Kong.Model.Plugin

DefaultPluginFactory() public method

public DefaultPluginFactory ( ) : System
return System

Register() public method

public Register ( string name, Type type ) : void
name string
type System.Type
return void