C# Class ClientUI.ViewModels.FetchQuerySettings

Show file Open project: scottdurow/SparkleXrm Class Usage Examples

Public Properties

Property Type Description
Columns List
DataView SparkleXrm.GridEditor.EntityDataViewModel
DisplayName string
FetchXml jQueryObject
OrderByAttribute string
OrderByDesending bool
RecordCount Observable
RootEntity EntityQuery

Property Details

Columns public property

public List Columns
return List

DataView public property

public EntityDataViewModel,SparkleXrm.GridEditor DataView
return SparkleXrm.GridEditor.EntityDataViewModel

DisplayName public property

public string DisplayName
return string

FetchXml public property

public jQueryObject FetchXml
return jQueryObject

OrderByAttribute public property

public string OrderByAttribute
return string

OrderByDesending public property

public bool OrderByDesending
return bool

RecordCount public property

public Observable RecordCount
return Observable

RootEntity public property

public EntityQuery,ClientUI.ViewModels RootEntity
return EntityQuery