BaseFieldCondition public abstract class BaseFieldCondition : Condition A condition that targets a field. Documentation public Guid FieldGuid { get; } The Guid used to identify the field. public string FieldName { get; } The Name used to identify the field. public IFieldRef FieldRef { get; } The IFieldRef used to identify the field.