Class GetStatisticsByCriteriaRequest
Inheritance
System.Object
GetStatisticsByCriteriaRequest
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.Contracts
Assembly: EPiServer.Social.Ratings.Rest.Contracts.dll
Version: 1.5.4Syntax
public class GetStatisticsByCriteriaRequest
Constructors
GetStatisticsByCriteriaRequest()
Declaration
public GetStatisticsByCriteriaRequest()
Properties
CalculateTotalCount
Declaration
public bool CalculateTotalCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ExtensionFilter
Declaration
public ExtensionFilter ExtensionFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionFilter |
ExtensionType
Declaration
public string ExtensionType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IncludeSubclasses
Declaration
public bool? IncludeSubclasses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Offset
Declaration
public int Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Size
Declaration
public int Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Sort
Declaration
public string Sort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Targets
Declaration
public List<string> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |