Search Results for

    Show / Hide Table of Contents

    Class SearchFacetValue

    Inheritance
    System.Object
    SearchFacetValue
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class SearchFacetValue : Object

    Constructors

    SearchFacetValue()

    Declaration
    public SearchFacetValue()

    SearchFacetValue(SearchFacetValue)

    Declaration
    public SearchFacetValue(SearchFacetValue sfv)
    Parameters
    Type Name Description
    SearchFacetValue sfv

    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

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022