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

BaseRowGetEditableCellByFullattrNameTSpecificCell Method

Najde editovatelnou buňku podle atributu, který zobrazuje

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public TSpecificCell GetEditableCellByFullattrName<TSpecificCell>(
	string fullAttrName
)
where TSpecificCell : EditableCell

Parameters

fullAttrName
Type: SystemString
vazba s názvem Atributu, který je zobrazený z LOV

Type Parameters

TSpecificCell

[Missing <typeparam name="TSpecificCell"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.BaseRow.GetEditableCellByFullattrName``1(System.String)"]

Return Value

Type: TSpecificCell

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.BaseRow.GetEditableCellByFullattrName``1(System.String)"]

See Also