MultipleChoiceExtensions
Helper to construct Multiple Choice Conditions against a field.
public static IMultipleChoiceConditionBuilder<Condition> GetMultipleChoiceConditionBuilder(this IFieldRef fieldRef)
Constructs a condition on the field represented by the IFieldRef.
public static IMultipleChoiceConditionBuilder<Condition> GetMultipleChoiceConditionBuilder(this string fieldName)
Constructs a condition on the field represented by the name.
public static IMultipleChoiceConditionBuilder<Condition> GetMultipleChoiceConditionBuilder(this Guid fieldGuid)
Constructs a condition on the field represented by the Guid.