C# Class Nancy.Demo.SuperSimpleViewEngine.Models.MainModel

Show file Open project: NashDotNet/ravendb_nancyfx_presentation Class Usage Examples

Public Methods

Method Description
MainModel ( string name, IEnumerable users, string naughtyStuff ) : System

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

Method Details

MainModel() public method

Initializes a new instance of the T:System.Object class.
public MainModel ( string name, IEnumerable users, string naughtyStuff ) : System
name string
users IEnumerable
naughtyStuff string
return System