C# Class Gramps.Tests.Core.Helpers.MockHttpFileCollectionBase

Inheritance: System.Web.HttpFileCollectionBase
Mostra file Open project: ucdavis/Gramps Class Usage Examples

Public Methods

Method Description
Get ( string name ) : System.Web.HttpPostedFileBase
MockHttpFileCollectionBase ( int count, string contentType = "application/pdf" ) : System
this ( int index ) : System.Web.HttpPostedFileBase
this ( string name ) : System.Web.HttpPostedFileBase

Method Details

Get() public method

public Get ( string name ) : System.Web.HttpPostedFileBase
name string
return System.Web.HttpPostedFileBase

MockHttpFileCollectionBase() public method

public MockHttpFileCollectionBase ( int count, string contentType = "application/pdf" ) : System
count int
contentType string
return System

this() public method

public this ( int index ) : System.Web.HttpPostedFileBase
index int
return System.Web.HttpPostedFileBase

this() public method

public this ( string name ) : System.Web.HttpPostedFileBase
name string
return System.Web.HttpPostedFileBase