ConditionTrue(String, String) Method
Gets an instance of Conditon representing True state.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition True(
string scope,
string name = ""
)
- scope String
- Target scope which the value will be part of.
- name String (Optional)
- Name of the Condition (automatically defined by at compile time).
ConditionCondition object representing True state.
Usefule to define input parameters of calculations.