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

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

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

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

Initializes a new instance of the MvcApplicationContextArgs class.

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

Initializes a new instance of the MvcApplicationContextArgs class.

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

Initializes a new instance of the MvcApplicationContextArgs class.

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

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

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

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

Initializes a new instance of the MvcApplicationContextArgs class.
public MvcApplicationContextArgs ( 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

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

Initializes a new instance of the MvcApplicationContextArgs class.
public MvcApplicationContextArgs ( 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