public EntryType() { this.typeField = EntryTypeType.table; }
public EntryType() { _activeRows = new List<string>(); _field = new List<FieldType>(); _type = EntryTypeType.table; }