C# Класс Ironman.Core.Serialization.GeneralValueProvider

General value provider
Наследование: Ironman.Core.Serialization.BaseClasses.VPFactoryBase
Показать файл Открыть проект

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