C# Класс Spring.Objects.Factory.Support.WebInstantiationStrategy

Наследование: MethodInjectingInstantiationStrategy
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Instantiate ( Spring.Objects.Factory.Support.RootObjectDefinition definition, string name, IObjectFactory factory ) : object

Instantiate an instance of the object described by the supplied definition from the supplied factory.

WebInstantiationStrategy ( ) : System

Creates a new instance of the Spring.Objects.Factory.Support.WebInstantiationStrategy class.

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

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

Instantiate an instance of the object described by the supplied definition from the supplied factory.
public Instantiate ( Spring.Objects.Factory.Support.RootObjectDefinition definition, string name, IObjectFactory factory ) : object
definition Spring.Objects.Factory.Support.RootObjectDefinition /// The definition of the object that is to be instantiated. ///
name string /// The name associated with the object definition. The name can be the null /// or zero length string if we're autowiring an object that doesn't belong /// to the supplied . ///
factory IObjectFactory /// The owning ///
Результат object

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

Creates a new instance of the Spring.Objects.Factory.Support.WebInstantiationStrategy class.
public WebInstantiationStrategy ( ) : System
Результат System