SetValue

SetValue<T>(T)

public bool SetValue<T>(T value) ;

Description

Set the value of the parameter.

Type Parameters

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

Parameters

Parameter Name Description
value Value to set

Returns

Returns true if the setting is successful

SetValue<T>(IValueGetter)

public bool SetValue<T>(IValueGetter valueGetter) ;

Description

Set the value of the parameter.

Type Parameters

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

Parameters

Parameter Name Description
valueGetter Interface to get the value to set

Returns

Returns true if the setting is successful

SetValue(IValueGetter)

public bool SetValue(IValueGetter valueGetter) ;

Description

Set the value of the parameter.

Parameters

Parameter Name Description
valueGetter Interface to get the value to set

Returns

Returns true if the setting is successful