FieldFacetResult
is defined in the Telligent.Evolution.Extensibility.Search.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class FieldFacetResult { int DocumentCount { get; set; } string FieldName { get; set; } string FieldValue { get; set; } bool Equals(FieldFacetResult result); bool Equals(Object obj); int GetHashCode(); string ToString(); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DocumentCount | int | |||
FieldName | string | |||
FieldValue | string |
Methods
bool Equals(FieldFacetResult result);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
result | FieldFacetResult | Result | Required |
Return Type
bool
bool Equals(Object obj);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
obj | Object | Obj | Required |
Return Type
bool
int GetHashCode();
Return Type
int
string ToString();
Return Type
string