Class ODataResponse<T>
Inheritance
System.Object
ODataResponse<T>
Assembly: ImageVault.Common.dll
Syntax
public class ODataResponse<T> : Object
Type Parameters
Constructors
ODataResponse()
Declaration
ODataResponse(ODataResponse<T>)
Declaration
public ODataResponse(ODataResponse<T> a)
Parameters
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