This commit is contained in:
@@ -5,7 +5,7 @@ namespace AyaNova.Models
|
||||
//Used to drive processes that rely on selections made at client from a datalist
|
||||
//either a preselected list of id's or a datalist key and listview filter object that can
|
||||
//be used to rehydrate a list of id's
|
||||
public class DataListSelection : DataListBase
|
||||
public class DataListSelectionOptions : DataListBase
|
||||
{
|
||||
public AyaType ObjectType { get; set; }
|
||||
public long[] SelectedRowIds { get; set; }
|
||||
@@ -3,7 +3,7 @@ using Newtonsoft.Json.Linq;
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
public class RenderReportParameter : DataListSelection
|
||||
public class RenderReportParameter : DataListSelectionOptions
|
||||
{
|
||||
public long ReportId { get; set; }
|
||||
public JToken ClientMeta { get; set; }//meta JSON data passed from client, not part of biz object data
|
||||
|
||||
Reference in New Issue
Block a user