![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Specifies a parameter that is provided via dependency injection. More...
Properties | |
| bool | AllowNull [get, set] |
| Gets or sets a value indicating whether the injected service can be null. When false (default), GetRequiredService is used and an exception is thrown if the service is not registered. When true, GetService is used and null may be returned if the service is not registered. | |
Specifies a parameter that is provided via dependency injection.
|
getset |
Gets or sets a value indicating whether the injected service can be null. When false (default), GetRequiredService is used and an exception is thrown if the service is not registered. When true, GetService is used and null may be returned if the service is not registered.