Show / Hide Table of Contents

Class LoadResult

Represents a load result.

Inheritance
Object
LoadResult
Namespace: DevExtreme.AspNet.Data.ResponseModel
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class LoadResult

Constructors

| Improve this Doc

LoadResult()

Declaration
public LoadResult()

Properties

| Improve this Doc

data

A resulting dataset.

Declaration
public IEnumerable data { get; set; }
Property Value
Type Description
IEnumerable
| Improve this Doc

groupCount

The number of top-level groups in the resulting dataset.

Declaration
public int groupCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc

summary

Total summary calculation results.

Declaration
public object[] summary { get; set; }
Property Value
Type Description
Object[]
| Improve this Doc

totalCount

The total number of data objects in the resulting dataset.

Declaration
public int totalCount { get; set; }
Property Value
Type Description
Int32
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.