C# 클래스 OpenSlx.Lib.Web.Controls.SlxEntityDataSource

상속: EntityDataSource, IQFEntityDataSource
파일 보기 프로젝트 열기: nicocrm/OpenSlx

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