CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.TestHelpers.TestHostEnvironment Class Reference

Basic implementation of IHostEnvironment, to support testing of anything that is dependent upon there being an implementation available More...

Inheritance diagram for Csla.TestHelpers.TestHostEnvironment:

Properties

string EnvironmentName = "Production" [getset]
 The name of the environment in which the application is being run More...
 
string ApplicationName = "ApplicationName" [getset]
 The name of the application More...
 
string ContentRootPath = @"C:\Windows\Temp" [getset]
 The path to the content root More...
 
IFileProvider ContentRootFileProvider [getset]
 The file provider to the content root; null by default More...
 

Detailed Description

Basic implementation of IHostEnvironment, to support testing of anything that is dependent upon there being an implementation available

Definition at line 21 of file TestHostEnvironment.cs.

Property Documentation

◆ ApplicationName

string Csla.TestHelpers.TestHostEnvironment.ApplicationName = "ApplicationName"
getset

The name of the application

Definition at line 32 of file TestHostEnvironment.cs.

◆ ContentRootFileProvider

IFileProvider Csla.TestHelpers.TestHostEnvironment.ContentRootFileProvider
getset

The file provider to the content root; null by default

Definition at line 42 of file TestHostEnvironment.cs.

◆ ContentRootPath

string Csla.TestHelpers.TestHostEnvironment.ContentRootPath = @"C:\Windows\Temp"
getset

The path to the content root

Definition at line 37 of file TestHostEnvironment.cs.

◆ EnvironmentName

string Csla.TestHelpers.TestHostEnvironment.EnvironmentName = "Production"
getset

The name of the environment in which the application is being run

Definition at line 27 of file TestHostEnvironment.cs.