Class ODataServiceResult.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class ODataServiceResult<T>| Name | Description |
|---|---|
| T |
Class ODataServiceResult.
public ODataServiceResult<T>()Gets or sets the count.
public int Count { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the count. |
Gets or sets the value.
public IEnumerable<T> Value { get; set; }
| Type | Description |
|---|---|
| IEnumerable<T> | Gets or sets the value. |