SetValue

public bool SetValue<T>(T value) ;

Set the value of the parameter.

Type Parameter Name Description Type Constraints
T Type of value to set
Parameter Name Description
value Value to set

Returns true if the setting is successful

public bool SetValue<T>(IValueGetter valueGetter) ;

Set the value of the parameter.

Type Parameter Name Description Type Constraints
T Type of value to set
Parameter Name Description
valueGetter Interface to get the value to set

Returns true if the setting is successful

public bool SetValue(IValueGetter valueGetter) ;

Set the value of the parameter.

Parameter Name Description
valueGetter Interface to get the value to set

Returns true if the setting is successful