C# 클래스 Ironman.Core.Serialization.GeneralValueProvider

General value provider
상속: Ironman.Core.Serialization.BaseClasses.VPFactoryBase
파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddFactory ( ) : void

Adds the factory to the system

GeneralValueProvider ( Utilities Manager ) : System

Initializes a new instance of the GeneralValueProvider class.

GetValueProvider ( ControllerContext controllerContext ) : IValueProvider

Gets the value provider

메소드 상세

AddFactory() 공개 메소드

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

GeneralValueProvider() 공개 메소드

Initializes a new instance of the GeneralValueProvider class.
public GeneralValueProvider ( Utilities Manager ) : System
Manager Utilities The manager.
리턴 System

GetValueProvider() 공개 메소드

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