WorkplaceComponentFactoryCreate - метод |
Создает контент представления
Пространство имён:
Tessa.UI.Views.Content
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public IWorkplaceViewComponent Create(
IWorkplaceViewComponent parent,
IDataNodeMetadata dataNodeMetadata,
IEnumerable<ISortingColumn> sortingColumns
)
Public Function Create (
parent As IWorkplaceViewComponent,
dataNodeMetadata As IDataNodeMetadata,
sortingColumns As IEnumerable(Of ISortingColumn)
) As IWorkplaceViewComponent
public:
virtual IWorkplaceViewComponent^ Create(
IWorkplaceViewComponent^ parent,
IDataNodeMetadata^ dataNodeMetadata,
IEnumerable<ISortingColumn^>^ sortingColumns
) sealed
abstract Create :
parent : IWorkplaceViewComponent *
dataNodeMetadata : IDataNodeMetadata *
sortingColumns : IEnumerable<ISortingColumn> -> IWorkplaceViewComponent
override Create :
parent : IWorkplaceViewComponent *
dataNodeMetadata : IDataNodeMetadata *
sortingColumns : IEnumerable<ISortingColumn> -> IWorkplaceViewComponent
Параметры
- parent
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Родительский элемент - dataNodeMetadata
- Тип: Tessa.Views.WorkplacesIDataNodeMetadata
Метаданные представления - sortingColumns
- Тип: System.Collections.GenericIEnumerableISortingColumn
Список столбцов по которым осуществляется сортировка
Возвращаемое значение
Тип:
IWorkplaceViewComponentСозданный элемент
Реализации
IWorkplaceComponentFactoryCreate(IWorkplaceViewComponent, IDataNodeMetadata, IEnumerableISortingColumn)См. также