TypeRegistration<T> Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The TypeRegistration<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeRegistration<T> |
Initializes the TypeRegistration with a LambdaExpression for T.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConstructorParameters |
Gets the ParameterValue instances describing values injected through the constructor.
(Inherited from TypeRegistration.) |
|
ImplementationType |
Gets the Type for the registration entry.
(Inherited from TypeRegistration.) |
|
InjectedProperties |
Gets the InjectedProperty instances describing values injected to properties.
(Inherited from TypeRegistration.) |
|
IsDefault |
Gets truetrue (True in Visual Basic) if the registration is to be considered the default for the service type, falsefalse (False in Visual Basic) otherwise.
(Inherited from TypeRegistration.) |
|
IsPublicName |
Is this registration for a type that is part of a public API? If true, configurators should not transform the name in any way. If false, this is an internal implementation class that users will not be resolving directly, and as such the name can be manipulated safely without interfering with the public API.
(Inherited from TypeRegistration.) |
|
LambdaExpression |
Gets LambdaExpression representing the injection.
(Inherited from TypeRegistration.) |
|
Lifetime |
The required lifetime for this service implementation.
(Inherited from TypeRegistration.) |
|
Name |
Gets the name under which the entry should be registered to the container.
(Inherited from TypeRegistration.) |
|
NewExpressionBody |
Returns the expression body representing the creation constructor call.
(Inherited from TypeRegistration.) |
|
ServiceType |
Gets the Type for which the ImplementationType provides an implementation.
(Inherited from TypeRegistration.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel Namespace