C# Class Rebel.Cms.Web.Context.MapResolverContext

A context object aggregating together data services useful during mapping operations.
Mostra file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
MapResolverContext ( IFrameworkContext frameworkContext, IHiveManager hive, IPropertyEditorFactory propertyEditorFactory, IParameterEditorFactory parameterEditorFactory ) : System

Initializes a new instance of the T:System.Object class.

Method Details

MapResolverContext() public method

Initializes a new instance of the T:System.Object class.
public MapResolverContext ( IFrameworkContext frameworkContext, IHiveManager hive, IPropertyEditorFactory propertyEditorFactory, IParameterEditorFactory parameterEditorFactory ) : System
frameworkContext IFrameworkContext
hive IHiveManager
propertyEditorFactory IPropertyEditorFactory
parameterEditorFactory IParameterEditorFactory
return System