C# Класс Open.Testing.Views.ControlWrapperView

Represents the container for a test-control.
Наследование: TestHarnessViewBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ControlWrapperView ( jQueryObject divHost, IView control, jQueryObject htmlElement, ControlDisplayMode displayMode, IEnumerable allViews ) : System

Constructor.

Защищенные методы

Метод Описание
OnDisposed ( ) : void

Destructor.

OnUpdateLayout ( ) : void

Приватные методы

Метод Описание
GetLeft ( ) : int
GetOffsetHeight ( ) : int
GetStackedTop ( ) : int
GetTop ( ) : int
OnHostResized ( object sender, EventArgs e ) : void
SetSizeWithPadding ( int xPadding, int yPadding ) : void
UpdatePosition ( ) : void
UpdateSize ( ) : void

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

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

Constructor.
public ControlWrapperView ( jQueryObject divHost, IView control, jQueryObject htmlElement, ControlDisplayMode displayMode, IEnumerable allViews ) : System
divHost jQueryObject The control host DIV.
control IView The logical IView control (null if not available).
htmlElement jQueryObject The control content (supplied by the test class. This is the control that is under test).
displayMode ControlDisplayMode The sizing strategy to use for the control.
allViews IEnumerable The Collection of all controls.
Результат System

OnDisposed() защищенный Метод

Destructor.
protected OnDisposed ( ) : void
Результат void

OnUpdateLayout() защищенный Метод

protected OnUpdateLayout ( ) : void
Результат void