C# Class Ironman.Core.Serialization.GeneralValueProvider

General value provider
Inheritance: Ironman.Core.Serialization.BaseClasses.VPFactoryBase
Exibir arquivo Open project: JaCraig/Craig-s-Utility-Library

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

AddFactory() public method

Adds the factory to the system
public AddFactory ( ) : void
return void

GeneralValueProvider() public method

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

GetValueProvider() public method

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