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

ExtensionMethodsAsCompactTMenu Method (IRowTMenu, ICell)

Převede řádek an kompaktní řádek

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static ICompactRow<TMenu, ICompactCell> AsCompact<TMenu>(
	this IRow<TMenu, ICell> row
)
where TMenu : DropDownRecordActions

Parameters

row
Type: TescoSW.MW.UITests.Common.PageModel.Components.DataGridIRowTMenu, ICell
Řádek

Type Parameters

TMenu
Menu akcí řádku

Return Value

Type: ICompactRowTMenu, ICompactCell
Kompaktní řádek

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRowTMenu, ICell. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also