Adds a value for the named parameter to the parameter bag for this PendingAction object.

Overload List

  Name Description
Public method PutValue (String, IBinaryList) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IBooleanList) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IDateTimeList) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IFloat64List) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IIdList) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IInteger32List) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IStringList) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, IEngineObject) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Id) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Byte) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Int32) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Int64) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Nullable<bool>) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Nullable<DateTime>) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Nullable<double>) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Nullable<int>) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, Nullable<long>) Adds a value for the named parameter to the parameter bag for this PendingAction object.
Public method PutValue (String, String) Adds a value for the named parameter to the parameter bag for this PendingAction object.

See Also