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

Inheritance: System.Web.HttpFileCollectionBase
Afficher le fichier Open project: ucdavis/Gramps Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Get ( string name ) : System.Web.HttpPostedFileBase
name string
Résultat System.Web.HttpPostedFileBase

MockHttpFileCollectionBase() public méthode

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

this() public méthode

public this ( int index ) : System.Web.HttpPostedFileBase
index int
Résultat System.Web.HttpPostedFileBase

this() public méthode

public this ( string name ) : System.Web.HttpPostedFileBase
name string
Résultat System.Web.HttpPostedFileBase