C# Class ClientUI.ViewModels.FetchQuerySettings

Mostra 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_oe property

public List Columns
return List

DataView public_oe property

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

DisplayName public_oe property

public string DisplayName
return string

FetchXml public_oe property

public jQueryObject FetchXml
return jQueryObject

OrderByAttribute public_oe property

public string OrderByAttribute
return string

OrderByDesending public_oe property

public bool OrderByDesending
return bool

RecordCount public_oe property

public Observable RecordCount
return Observable

RootEntity public_oe property

public EntityQuery,ClientUI.ViewModels RootEntity
return EntityQuery