Test additional content header

ConditionTrue(String, String) Method

Gets an instance of Conditon representing True state.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition True(
	string scope,
	string name = ""
)

Parameters

scope  String
Target scope which the value will be part of.
name  String  (Optional)
Name of the Condition (automatically defined by at compile time).

Return Value

Condition
Condition object representing True state.

Remarks

Usefule to define input parameters of calculations.

See Also