Class ODataResponse<T>
Inheritance
System.Object
ODataResponse<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class ODataResponse<T>
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 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> |