Click or drag to resize

MethodParameterSource Properties

The MethodParameterSource type exposes the following members.

Properties
  NameDescription
Public propertyInfo
Gets the parameter information.
Public propertyIsComponent
Gets or sets a value indicating whether this value of this parameter is a component which should be retrieved of the entity provided in the arguments array.
Public propertyIsService
Gets or sets a value indicating whether the value of this parameter is a service which should be retrieved from the service provider.
Public propertyParameterIndex
The index in the arguments array which contains the value for this parameter. A value of -1 indicates this parameter is not supplied by the arguments array.
Top
See Also