C# Класс Spring.Context.Support.WebApplicationContextArgs

Encapsulates arguments to the Spring.Context.Support.WebApplicationContext class.
Наследование: Spring.Context.Support.AbstractXmlApplicationContextArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WebApplicationContextArgs ( ) : Spring.Core.IO

Initializes a new instance of the WebApplicationContextArgs class.

WebApplicationContextArgs ( string name, IApplicationContext parentContext, string configurationLocations, IResource configurationResources ) : Spring.Core.IO

Initializes a new instance of the WebApplicationContextArgs class.

WebApplicationContextArgs ( string name, IApplicationContext parentContext, string configurationLocations, IResource configurationResources, bool caseSensitive ) : Spring.Core.IO

Initializes a new instance of the WebApplicationContextArgs class.

Описание методов

WebApplicationContextArgs() публичный Метод

Initializes a new instance of the WebApplicationContextArgs class.
public WebApplicationContextArgs ( ) : Spring.Core.IO
Результат Spring.Core.IO

WebApplicationContextArgs() публичный Метод

Initializes a new instance of the WebApplicationContextArgs class.
public WebApplicationContextArgs ( string name, IApplicationContext parentContext, string configurationLocations, IResource configurationResources ) : Spring.Core.IO
name string The name.
parentContext IApplicationContext The parent context.
configurationLocations string The configuration locations.
configurationResources IResource The configuration resources.
Результат Spring.Core.IO

WebApplicationContextArgs() публичный Метод

Initializes a new instance of the WebApplicationContextArgs class.
public WebApplicationContextArgs ( string name, IApplicationContext parentContext, string configurationLocations, IResource configurationResources, bool caseSensitive ) : Spring.Core.IO
name string The name.
parentContext IApplicationContext The parent context.
configurationLocations string The configuration locations.
configurationResources IResource The configuration resources.
caseSensitive bool if set to true [case sensitive].
Результат Spring.Core.IO