dundas.controls.RepeaterContext Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.RepeaterContext
 

Constructors

 
  Name Description
init Initializes the RepeaterContext. Called during construction.
 
 

Properties

 
  Name Description
group Gets or sets the group associated to the adapter.
groupingHierarchies Gets or sets the collection of hierarchies that apply to the adapter based on its usage in the repeater.
groupingHierarchyValues Gets or sets the grouping hierarchy member values provide this adapter's context when used in a repeater.
groupInstance Gets or sets the group instance associated to the adapter.
groupItem Gets or sets the group item associated to the adapter.
template Gets or sets the template which the adapter belongs to.
templateInstance Gets or sets the template instance which the adapter belongs to.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.