C# Class Kong.Serialization.DefaultPluginFactory

Inheritance: IPluginFactory
Afficher le fichier Open project: trackmatic/kong.net

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( Newtonsoft.Json.Linq.JObject bag ) : Plugin
bag Newtonsoft.Json.Linq.JObject
Résultat Kong.Model.Plugin

DefaultPluginFactory() public méthode

public DefaultPluginFactory ( ) : System
Résultat System

Register() public méthode

public Register ( string name, Type type ) : void
name string
type System.Type
Résultat void