C# 클래스 Batman.MVC.Serialization.ServiceStackSerializers.JsonValueProvider

Acts as a JSON ValueProviderFactory that uses JSON.Net
상속: Batman.MVC.VPFactories.BaseClasses.VPFactoryBase
파일 보기 프로젝트 열기: JaCraig/Batman

공개 메소드들

메소드 설명
AddFactory ( ) : void

Adds the factory to the system

GetValueProvider ( ControllerContext controllerContext ) : IValueProvider

Gets the value provider

메소드 상세

AddFactory() 공개 메소드

Adds the factory to the system
public AddFactory ( ) : void
리턴 void

GetValueProvider() 공개 메소드

Gets the value provider
public GetValueProvider ( ControllerContext controllerContext ) : IValueProvider
controllerContext ControllerContext Controller context
리턴 IValueProvider