AbstractGridViewFactory - конструктор |
Пространство имён:
Tessa.UI.Views.Content.Table
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected AbstractGridViewFactory(
[NotNullAttribute] IWorkplaceViewComponent component,
[NotNullAttribute] DependencyObject parent
)
Protected Sub New (
<NotNullAttribute> component As IWorkplaceViewComponent,
<NotNullAttribute> parent As DependencyObject
)
protected:
AbstractGridViewFactory(
[NotNullAttribute] IWorkplaceViewComponent^ component,
[NotNullAttribute] DependencyObject^ parent
)
new :
[<NotNullAttribute>] component : IWorkplaceViewComponent *
[<NotNullAttribute>] parent : DependencyObject -> AbstractGridViewFactory
Параметры
- component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель отображения данных представления
- parent
- Тип: System.WindowsDependencyObject
Родительский элемент управления
См. также