Method | Description | |
---|---|---|
AddConstructorArg ( object value ) : |
Adds an index constructor arg value. The current index is tracked internally and all addtions are at the present point
|
|
AddConstructorArgReference ( string objectName ) : |
Adds a reference to the named object as a constructor argument.
|
|
AddDependsOn ( string objectName ) : |
Adds the specified object name to the list of objects that this definition depends on.
|
|
AddPropertyReference ( string name, string objectName ) : |
Adds a reference to the specified object name under the property specified.
|
|
AddPropertyValue ( string name, object value ) : |
Adds the property value under the given name.
|
|
ChildObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, string parentObjectName ) : |
Create a new
|
|
GenericObjectDefinition ( ) : |
Creates a new ObjectDefinitionBuilder used to construct a Spring.Objects.Factory.Support.GenericObjectDefinition.
|
|
GenericObjectDefinition ( |
Creates a new ObjectDefinitionBuilder used to construct a Spring.Objects.Factory.Support.GenericObjectDefinition.
|
|
GenericObjectDefinition ( string objectTypeName ) : |
Creates a new ObjectDefinitionBuilder used to construct a Spring.Objects.Factory.Support.GenericObjectDefinition.
|
|
RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, |
Create a new
|
|
RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, |
Create a new
|
|
RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, string objectTypeName ) : |
Create a new
|
|
RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, string objectTypeName, string factoryMethodName ) : |
Create a new
|
|
SetAbstract ( bool flag ) : |
Sets whether objects or not this definition is abstract.
|
|
SetAutowireCandidate ( bool autowireCandidate ) : |
Sets the autowire candidate value for this definition.
|
|
SetAutowireMode ( AutoWiringMode autowireMode ) : |
Sets the autowire mode for this definition.
|
|
SetDependencyCheck ( DependencyCheckingMode dependencyCheck ) : |
Sets the dependency check mode for this definition.
|
|
SetDestroyMethodName ( string methodName ) : |
Sets the name of the destroy method for this definition.
|
|
SetFactoryMethod ( string factoryMethod ) : |
Sets the name of the factory method to use for this definition.
|
|
SetFactoryObject ( string factoryObject, string factoryMethod ) : |
Sets the name of the factory object to use for this definition.
|
|
SetInitMethodName ( string methodName ) : |
Sets the name of the init method for this definition.
|
|
SetLazyInit ( bool lazy ) : |
Sets whether objects for this definition should be lazily initialized or not.
|
|
SetPrimary ( bool primary ) : |
Sets the primary value for this definition.
|
|
SetResourceDescription ( string resourceDescription ) : |
Sets the resource description for this definition.
|
|
SetSingleton ( bool singleton ) : |
Sets whether or not this definition describes a singleton object.
|
Method | Description | |
---|---|---|
ObjectDefinitionBuilder ( ) : System |
Initializes a new instance of the ObjectDefinitionBuilder class, private to force use of factory methods.
|
public AddConstructorArg ( object value ) : |
||
value | object | The constructor arg value. |
return |
public AddConstructorArgReference ( string objectName ) : |
||
objectName | string | Name of the object. |
return |
public AddDependsOn ( string objectName ) : |
||
objectName | string | Name of the object. |
return |
public AddPropertyReference ( string name, string objectName ) : |
||
name | string | The name. |
objectName | string | Name of the object. |
return |
public AddPropertyValue ( string name, object value ) : |
||
name | string | The name. |
value | object | The value. |
return |
public static ChildObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, string parentObjectName ) : |
||
objectDefinitionFactory | IObjectDefinitionFactory | The object definition factory. |
parentObjectName | string | Name of the parent object. |
return |
public static GenericObjectDefinition ( ) : |
||
return |
public static GenericObjectDefinition ( |
||
objectType | the |
|
return |
public static GenericObjectDefinition ( string objectTypeName ) : |
||
objectTypeName | string | the name of the |
return |
public static RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, |
||
objectDefinitionFactory | IObjectDefinitionFactory | The object definition factory. |
objectType | Type of the object. | |
return |
public static RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, |
||
objectDefinitionFactory | IObjectDefinitionFactory | The object definition factory. |
objectType | Type of the object. | |
factoryMethodName | string | Name of the factory method. |
return |
public static RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, string objectTypeName ) : |
||
objectDefinitionFactory | IObjectDefinitionFactory | The object definition factory. |
objectTypeName | string | The type name of the object. |
return |
public static RootObjectDefinition ( IObjectDefinitionFactory objectDefinitionFactory, string objectTypeName, string factoryMethodName ) : |
||
objectDefinitionFactory | IObjectDefinitionFactory | The object definition factory. |
objectTypeName | string | Name of the object type. |
factoryMethodName | string | Name of the factory method. |
return |
public SetAbstract ( bool flag ) : |
||
flag | bool | if set to |
return |
public SetAutowireCandidate ( bool autowireCandidate ) : |
||
autowireCandidate | bool | The autowire candidate value |
return |
public SetAutowireMode ( AutoWiringMode autowireMode ) : |
||
autowireMode | AutoWiringMode | The autowire mode. |
return |
public SetDependencyCheck ( DependencyCheckingMode dependencyCheck ) : |
||
dependencyCheck | DependencyCheckingMode | The dependency check. |
return |
public SetDestroyMethodName ( string methodName ) : |
||
methodName | string | Name of the method. |
return |
public SetFactoryMethod ( string factoryMethod ) : |
||
factoryMethod | string | The factory method. |
return |
public SetFactoryObject ( string factoryObject, string factoryMethod ) : |
||
factoryObject | string | The factory object. |
factoryMethod | string | The factory method. |
return |
public SetInitMethodName ( string methodName ) : |
||
methodName | string | Name of the method. |
return |
public SetLazyInit ( bool lazy ) : |
||
lazy | bool | if set to |
return |
public SetPrimary ( bool primary ) : |
||
primary | bool | If object is primary |
return |
public SetResourceDescription ( string resourceDescription ) : |
||
resourceDescription | string | The resource description. |
return |
public SetSingleton ( bool singleton ) : |
||
singleton | bool | if set to |
return |