public FieldConditionData(MyLengthCondition condition) : base(condition) { // map condition configuration properties LessThan = condition.LessThan; }