Property | Type | Description |
---|
Method | Description | |
---|---|---|
OverrideFrom ( IObjectDefinition other ) : void |
Overrides this object's values using values from
|
|
RootWebObjectDefinition ( IObjectDefinition other ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.RootWebObjectDefinition class Deep copy constructor. |
|
RootWebObjectDefinition ( |
Creates a new instance of the Spring.Objects.Factory.Support.RootObjectDefinition class for a singleton, providing property values and constructor arguments.
|
|
RootWebObjectDefinition ( string typeName, Spring.Objects.Factory.Config.ConstructorArgumentValues arguments, MutablePropertyValues properties ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.RootObjectDefinition class for a singleton, providing property values and constructor arguments. Takes an object class name to avoid eager loading of the object class. |
|
RootWebObjectDefinition ( string pageName, MutablePropertyValues properties ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.RootWebObjectDefinition class for an .aspx page, providing property values.
|
|
ToString ( ) : string |
A System.String that represents the current System.Object.
|
public OverrideFrom ( IObjectDefinition other ) : void | ||
other | IObjectDefinition | The object to copy values from. |
return | void |
public RootWebObjectDefinition ( IObjectDefinition other ) : System | ||
other | IObjectDefinition | /// The definition that is to be copied. /// |
return | System |
public RootWebObjectDefinition ( |
||
type | /// The type of the object to instantiate. /// | |
arguments | Spring.Objects.Factory.Config.ConstructorArgumentValues |
/// The |
properties | MutablePropertyValues |
/// The |
return | System |
public RootWebObjectDefinition ( string typeName, Spring.Objects.Factory.Config.ConstructorArgumentValues arguments, MutablePropertyValues properties ) : System | ||
typeName | string |
/// The assembly qualified |
arguments | Spring.Objects.Factory.Config.ConstructorArgumentValues |
/// The |
properties | MutablePropertyValues |
/// The |
return | System |
public RootWebObjectDefinition ( string pageName, MutablePropertyValues properties ) : System | ||
pageName | string | /// Name of the .aspx page to instantiate. /// |
properties | MutablePropertyValues |
/// The |
return | System |