Anvil
Loading...
Searching...
No Matches
Anvil.Services.InjectAttribute Class Referencesealed

Indicates a property as a service dependency to be injected. More...

+ Inheritance diagram for Anvil.Services.InjectAttribute:
+ Collaboration diagram for Anvil.Services.InjectAttribute:

Public Member Functions

 InjectAttribute ()
 Initializes a new instance of the InjectAttribute class.
 
 InjectAttribute (string serviceName)
 Initializes a new instance of the InjectAttribute class.
 

Properties

bool Optional [get]
 Marks this dependency as optional. Optional dependencies do not throw exceptions if the service is not available.
 
string ServiceName [get]
 Gets the name of the service to be injected.
 

Detailed Description

Indicates a property as a service dependency to be injected.

Constructor & Destructor Documentation

◆ InjectAttribute()

Anvil.Services.InjectAttribute.InjectAttribute ( string serviceName)
inline

Initializes a new instance of the InjectAttribute class.

Parameters
serviceNameThe name of the service to be injected.

The documentation for this class was generated from the following file: