C# Class Ironman.Core.Serialization.GeneralValueProvider

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Adds the factory to the system
public AddFactory ( ) : void
Résultat void

GeneralValueProvider() public méthode

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

GetValueProvider() public méthode

Gets the value provider
public GetValueProvider ( ControllerContext controllerContext ) : IValueProvider
controllerContext ControllerContext Controller context
Résultat IValueProvider