Click or drag to resize

IBaseList Interface

Interface for DataList

Namespace:  EBP.Api.Interfaces.Controls.List
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IBaseList : IDisposable, 
	IEquatable<IProxy>

The IBaseList type exposes the following members.

Properties
  NameDescription
Public propertyCurrentView
Gets the current view
Public propertySelectedRowCount
Number of selected data rows
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetFocusedId
Gets the cell value for the focused row and the id field
Public methodGetFocusedRowCellValue
Gets the cell value for the focused row and a specified field
Public methodGetRowCellValue
Gets the cell value for the row corresponding o the given id and a specified field
Public methodGetRowHandleCellValue
Gets the cell value for the row corresponding to the given row handle and specified field
Public methodGetSelectedIds
Gets the cell value for the selected rows and a LookupValue field
Public methodGetSelectedRowCellValue
Gets the cell value for the selected row and a specified field
Public methodGetSelectedRowHandles
Gets the row handles of the selected rows
Top
See Also