C# Класс OpenSlx.Lib.Web.Controls.SlxEntityDataSource

Наследование: EntityDataSource, IQFEntityDataSource
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
FindParentSmartPart EntityBoundSmartPart
PopulateDataSource void

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
GetView ( string viewName ) : System.Web.UI.DataSourceView
OnInit ( EventArgs e ) : void

Приватные методы

Метод Описание
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.

Описание методов

DeleteEntities() публичный Метод

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
Результат int

GetView() защищенный Метод

protected GetView ( string viewName ) : System.Web.UI.DataSourceView
viewName string
Результат System.Web.UI.DataSourceView

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

Refresh() публичный Метод

Reload the entity collection and signal connected objects that the data may have changed.
public Refresh ( ) : void
Результат void