C# Class SaneWeb.Web.SaneServerConfiguration

Mostra file Open project: ext0/SaneWeb Class Usage Examples

Public Methods

Method Description
SaneServerConfiguration ( SaneServerPreset preset, Assembly assembly, String namespaceString ) : System

Attempts to create a SaneServerConfiguration based on a supplied preset. This method will attempt to find the ViewStructure.xml file through reflection.

Method Details

SaneServerConfiguration() public method

Attempts to create a SaneServerConfiguration based on a supplied preset. This method will attempt to find the ViewStructure.xml file through reflection.
public SaneServerConfiguration ( SaneServerPreset preset, Assembly assembly, String namespaceString ) : System
preset SaneServerPreset The preset to be created around
assembly System.Reflection.Assembly
namespaceString String
return System