using System; using System.Collections.Generic; using System.Text; namespace Datamodels.SearchModels { public class ResultRowModel { public List RowFields { get; set; } } }