C# Class MonoReports.Core.ControlViewFactory

Inheritance: IControlViewFactory
Mostrar archivo Open project: modesto/monoreports Class Usage Examples

Public Methods

Method Description
ControlViewFactory ( DesignService designService ) : System
CreateControlView ( MonoReports control, SectionView sectionView ) : MonoReports.ControlView.ControlViewBase

Method Details

ControlViewFactory() public method

public ControlViewFactory ( DesignService designService ) : System
designService MonoReports.Services.DesignService
return System

CreateControlView() public method

public CreateControlView ( MonoReports control, SectionView sectionView ) : MonoReports.ControlView.ControlViewBase
control MonoReports
sectionView MonoReports.ControlView.SectionView
return MonoReports.ControlView.ControlViewBase