SingleChoiceExtensions
Helper to construct Single Choice Conditions against a field.
public static ISingleChoiceConditionBuilder<Condition> GetSingleChoiceConditionBuilder(this IFieldRef fieldRef)
Constructs a condition on the field represented by the IFieldRef.
public static ISingleChoiceConditionBuilder<Condition> GetSingleChoiceConditionBuilder(this string fieldName)
Constructs a condition on the field represented by the name.
public static ISingleChoiceConditionBuilder<Condition> GetSingleChoiceConditionBuilder(this Guid fieldGuid)
Constructs a condition on the field represented by the Guid.