Search Results for

    Show / Hide Table of Contents

    Class ODataResponse<T>

    Inheritance
    System.Object
    ODataResponse<T>
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class ODataResponse<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    ODataResponse()

    Declaration
    public ODataResponse()

    ODataResponse(ODataResponse<T>)

    Declaration
    public ODataResponse(ODataResponse<T> a)
    Parameters
    Type Name Description
    ODataResponse<T> a

    Properties

    Count

    Number of total hits (approx) in search

    Declaration
    public Nullable<int> Count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Facets

    Declaration
    public Dictionary<string, SearchFacetValue[]> Facets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, SearchFacetValue[]>

    Value

    Declaration
    public IList<T> Value { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<T>

    Extension Methods

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