C# Class OpenSlx.Lib.Web.Controls.SlxEntityDataSource

Inheritance: EntityDataSource, IQFEntityDataSource
Afficher le fichier Open project: nicocrm/OpenSlx

Private Properties

Свойство Type Description
FindParentSmartPart EntityBoundSmartPart
PopulateDataSource void

Méthodes publiques

Méthode Description
DeleteEntities ( IEnumerable entities ) : int

Remove entities. If the DeleteMethodName is specified then this will be called, otherwise we'll try and remove them from the parent collection.

Refresh ( ) : void

Reload the entity collection and signal connected objects that the data may have changed.

Méthodes protégées

Méthode Description
GetView ( string viewName ) : System.Web.UI.DataSourceView
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
FindParentSmartPart ( ) : EntityBoundSmartPart

Attempt to find the smart part containing this control.

PopulateDataSource ( ) : void

Populate the parent's data source collection based on the provided data source property name.

Method Details

DeleteEntities() public méthode

Remove entities. If the DeleteMethodName is specified then this will be called, otherwise we'll try and remove them from the parent collection.
public DeleteEntities ( IEnumerable entities ) : int
entities IEnumerable
Résultat int

GetView() protected méthode

protected GetView ( string viewName ) : System.Web.UI.DataSourceView
viewName string
Résultat System.Web.UI.DataSourceView

OnInit() protected méthode

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

Refresh() public méthode

Reload the entity collection and signal connected objects that the data may have changed.
public Refresh ( ) : void
Résultat void