Class GetByCriteriaRouteFormatter

Inheritance
System.Object
GetByCriteriaRouteFormatter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Ratings.Rest
Assembly: EPiServer.Social.Ratings.Rest.dll
Version: 1.5.4
Syntax
public class GetByCriteriaRouteFormatter : CriteriaRouteFormatter

Constructors

GetByCriteriaRouteFormatter()

Declaration
public GetByCriteriaRouteFormatter()

Methods

Build()

Declaration
public override string Build()
Returns
Type Description
System.String
Overrides

WithRater(String)

Declaration
public GetByCriteriaRouteFormatter WithRater(string rater)
Parameters
Type Name Description
System.String rater
Returns
Type Description
GetByCriteriaRouteFormatter

WithTargets(List<String>)

Declaration
public GetByCriteriaRouteFormatter WithTargets(List<string> targets)
Parameters
Type Name Description
System.Collections.Generic.List<System.String> targets
Returns
Type Description
GetByCriteriaRouteFormatter
arrow_upward