Click or drag to resize
Tesco SW, a.s.

ICompactRowTMenu, TCell Interface

Rozhraní pro kompaktní řádek, který má menu a typ buněk ICompactCell

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public interface ICompactRow<out TMenu, out TCell> : IRow<TMenu, TCell>, 
	IBaseElement, IWebElement, ISearchContext, IWrapsElement, IContextAware
where TMenu : new(), DropDownRecordActions
where TCell : ICompactCell

Type Parameters

TMenu
Menu akcí řádku
TCell
Typ buněk řádku
See Also