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

ExtensionMethodsAsCompactTMenu, TCell Method (IRowTMenu, TCell)

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

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

Parameters

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

Type Parameters

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

Return Value

Type: ICompactRowTMenu, TCell
Kompaktní řádek

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRowTMenu, TCell. 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