Skip to content

Commit

Permalink
Update summarize capabilities. (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
jas-valgotar authored Feb 5, 2025
1 parent 5a3718f commit 99f6ee1
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,7 @@ public SelectionRestrictions()
[Obsolete("preview")]
public class SummarizeCapabilities
{
public virtual bool IsSummarizableProperty(string propertyName)
{
return false;
}

public virtual bool IsSummarizableMethod(SummarizeMethod method)
public virtual bool IsSummarizableProperty(string propertyName, SummarizeMethod method)
{
return false;
}
Expand Down

0 comments on commit 99f6ee1

Please sign in to comment.