Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ChildWebObjectDefinition ( string parentName, |
Creates a new instance of the Spring.Objects.Factory.Support.ChildWebObjectDefinition class for a singleton, providing property values and constructor arguments.
|
|
ChildWebObjectDefinition ( string parentName, string typeName, Spring.Objects.Factory.Config.ConstructorArgumentValues arguments, MutablePropertyValues properties ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.ChildWebObjectDefinition class for a singleton, providing property values and constructor arguments.
|
|
ChildWebObjectDefinition ( string parentName, string pageName, MutablePropertyValues properties ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.ChildWebObjectDefinition class for an .aspx page, providing property values.
|
|
OverrideFrom ( IObjectDefinition other ) : void |
Overrides this object's values using values from
|
|
ToString ( ) : string |
A System.String that represents the current System.Object.
|
public ChildWebObjectDefinition ( string parentName, |
||
parentName | string | Name of the parent object definition. |
type | The class of the object to instantiate. | |
arguments | Spring.Objects.Factory.Config.ConstructorArgumentValues |
/// The |
properties | MutablePropertyValues |
/// The |
Результат | System |
public ChildWebObjectDefinition ( string parentName, string typeName, Spring.Objects.Factory.Config.ConstructorArgumentValues arguments, MutablePropertyValues properties ) : System | ||
parentName | string | Name of the parent object definition. |
typeName | string | The class name of the object to instantiate. |
arguments | Spring.Objects.Factory.Config.ConstructorArgumentValues |
/// The |
properties | MutablePropertyValues |
/// The |
Результат | System |
public ChildWebObjectDefinition ( string parentName, string pageName, MutablePropertyValues properties ) : System | ||
parentName | string | Name of the parent object definition. |
pageName | string | Name of the .aspx page to instantiate. |
properties | MutablePropertyValues |
/// The |
Результат | System |
public OverrideFrom ( IObjectDefinition other ) : void | ||
other | IObjectDefinition | The object to copy values from. |
Результат | void |