Maps a property to be injected with a service throught it's name.
Maps a property to be injected with a service throught it's name.
public Void InjectServiceNameAttribute(propertyName, serviceName)| Name | Type | Summary |
|---|---|---|
| propertyName | String | Name of the property. |
| serviceName | String | Name of the service to inject. |
Name of the property.
public String PropertyName { get; }Name of the service to inject.
public String ServiceName { get; }In this document