Class LabelAndValue
Single label and its value, usually contained in a FacetResult.
Inheritance
System.Object
LabelAndValue
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public sealed class LabelAndValue : Runtime.Serialization.IDeserializationCallback
Constructors
Name | Description |
---|---|
LabelAndValue(String, Int32) | Constructor for |
LabelAndValue(String, Single) | Constructor for |
LabelAndValue(String, Single, Type) |
Fields
Name | Description |
---|---|
TypeOfValue | The original data type of Value that was passed through the constructor. |
Properties
Name | Description |
---|---|
Label | Facet's label. |
Value | Value associated with this label. |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() | |
OnDeserialization(Object) | |
ToString() |