Click or drag to resize
MfuAdditionalParameterEventArgs Methods

The MfuAdditionalParameterEventArgs type exposes the following members.

Methods
  NameDescription
Public methodAddParameter
Adds a parameter to the collection Fails if parameter is already in the collection
Public methodAddParameters
Adds multiple parameters to the collection. Ignores whole pair if one of the values is null. Ignores parameters already contained in the collection.
Public methodGetParameters
Gets the additional parameters to be added to the collection.
Public methodHasParam
Indicates whether given parameter is already specified.
Top
See Also