SetVariable

SetVariable(string, object)

public bool SetVariable(string name, object value) ;

Description

It wants to set the value of Variable.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVariable(int, object)

public bool SetVariable(int id, object value) ;

Description

It wants to set the value of Variable.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.

SetVariable<TVariable>(string, TVariable)

public bool SetVariable<TVariable>(string name, TVariable value) ;

Description

It wants to set the value of Variable.

Type Parameters

Type Parameter Name Description Type Constraints
TVariable Type of Variable to set

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVariable<TVariable>(int, TVariable)

public bool SetVariable<TVariable>(int id, TVariable value) ;

Description

It wants to set the value of Variable.

Type Parameters

Type Parameter Name Description Type Constraints
TVariable Type of Variable to set

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.