Skip to content

Commit 547ae9d

Browse files
committed
GetAllForProperty does not have to be implemented
1 parent ebd1ddc commit 547ae9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Griddly.Mvc/GriddlyResult.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ public override void ExecuteResult(ControllerContext context)
173173
public abstract void PopulateSummaryValues(GriddlySettings<T> settings);
174174

175175
public abstract long GetCount();
176+
177+
public override IEnumerable<P> GetAllForProperty<P>(string propertyName)
178+
{
179+
throw new NotImplementedException();
180+
}
176181
}
177182

178183
public enum GriddlyExportFormat

0 commit comments

Comments
 (0)