C# Class Ext.Net.DataView

Inheritance: Ext.Net.AbstractDataView, IXPostBackDataHandler
Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
DataView System.Collections.Specialized
IPostBackDataHandler bool
UpdateSelection void

Méthodes publiques

Méthode Description
DataView ( Config config ) : System

IPostBackDataHandler ( ) : void

Private Methods

Méthode Description
DataView ( ) : System.Collections.Specialized
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
UpdateSelection ( ) : void

Method Details

DataView() public méthode

public DataView ( Config config ) : System
config Config
Résultat System

IPostBackDataHandler() public méthode

public IPostBackDataHandler ( ) : void
Résultat void