C# Class Ext.Net.GroupStore

This is an calendar store that enables the events to have different colors based on CalendarId.
Inheritance: Store
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
EnsureReader void

Méthodes publiques

Méthode Description
AddStandardFields ( ) : void

Méthodes protégées

Méthode Description
GetAjaxDataJson ( ) : string
OnBeforeClientInit ( Observable sender ) : void

OnInit ( System e ) : void

Private Methods

Méthode Description
EnsureReader ( ) : void

Method Details

AddStandardFields() public méthode

public AddStandardFields ( ) : void
Résultat void

GetAjaxDataJson() protected méthode

protected GetAjaxDataJson ( ) : string
Résultat string

OnBeforeClientInit() protected méthode

protected OnBeforeClientInit ( Observable sender ) : void
sender Observable
Résultat void

OnInit() protected méthode

protected OnInit ( System e ) : void
e System
Résultat void