C# 클래스 Kong.Serialization.DefaultPluginFactory

상속: IPluginFactory
파일 보기 프로젝트 열기: trackmatic/kong.net

공개 메소드들

메소드 설명
Create ( Newtonsoft.Json.Linq.JObject bag ) : Plugin
DefaultPluginFactory ( ) : System
Register ( string name, Type type ) : void

메소드 상세

Create() 공개 메소드

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

DefaultPluginFactory() 공개 메소드

public DefaultPluginFactory ( ) : System
리턴 System

Register() 공개 메소드

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