C# Класс Sirius.CSharp.Client.Web.Classes.WebImage

TODO: Add documentation.
Наследование: WebControl
Показать файл Открыть проект

Открытые методы

Метод Описание
WebImage ( Frame parent, string locator ) : System

Initializes a new instance of the WebImage class.

WebImage ( Frame parent, string parentElement, string locator ) : System

Initializes a new instance of the WebImage class.

Описание методов

WebImage() публичный Метод

Initializes a new instance of the WebImage class.
public WebImage ( Frame parent, string locator ) : System
parent Frame TODO: Add documentation for parent.
locator string TODO: Add documentation for locator.
Результат System

WebImage() публичный Метод

Initializes a new instance of the WebImage class.
public WebImage ( Frame parent, string parentElement, string locator ) : System
parent Frame TODO: Add documentation for parent parameter.
parentElement string TODO: Add documentation for parent element.
locator string TODO: Add documentation for locator.
Результат System