 | 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
Syntaxpublic 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,
TCellKompaktní řá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