Class SearchFacetValue
Inheritance
System.Object
SearchFacetValue
Assembly: ImageVault.Common.dll
Syntax
public class SearchFacetValue : Object
Constructors
SearchFacetValue()
Declaration
public SearchFacetValue()
SearchFacetValue(SearchFacetValue)
Declaration
public SearchFacetValue(SearchFacetValue sfv)
Parameters
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Extension Methods