IWorkplaceComponentFactoryCreate - метод |
Создает контент представления
Пространство имён:
Tessa.UI.Views.Content
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [CanBeNullAttribute]
IWorkplaceViewComponent Create(
[CanBeNullAttribute] IWorkplaceViewComponent parent,
[NotNullAttribute] IDataNodeMetadata metadata,
[CanBeNullAttribute] IEnumerable<ISortingColumn> sortingColumns = null
)
<CanBeNullAttribute>
Function Create (
<CanBeNullAttribute> parent As IWorkplaceViewComponent,
<NotNullAttribute> metadata As IDataNodeMetadata,
<CanBeNullAttribute> Optional sortingColumns As IEnumerable(Of ISortingColumn) = Nothing
) As IWorkplaceViewComponent
[CanBeNullAttribute]
IWorkplaceViewComponent^ Create(
[CanBeNullAttribute] IWorkplaceViewComponent^ parent,
[NotNullAttribute] IDataNodeMetadata^ metadata,
[CanBeNullAttribute] IEnumerable<ISortingColumn^>^ sortingColumns = nullptr
)
[<CanBeNullAttribute>]
abstract Create :
[<CanBeNullAttribute>] parent : IWorkplaceViewComponent *
[<NotNullAttribute>] metadata : IDataNodeMetadata *
[<CanBeNullAttribute>] ?sortingColumns : IEnumerable<ISortingColumn>
(* Defaults:
let _sortingColumns = defaultArg sortingColumns null
*)
-> IWorkplaceViewComponent
Параметры
- parent
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Родительский элемент - metadata
- Тип: Tessa.Views.WorkplacesIDataNodeMetadata
Метаданные представления - sortingColumns (Optional)
- Тип: System.Collections.GenericIEnumerableISortingColumn
Сортировка задаваемая по умолчанию
Возвращаемое значение
Тип:
IWorkplaceViewComponentСозданный элемент
См. также