WorkplaceViewComponentInitializationStrategyDefaultBuildContent - метод
Осуществляет построение моделей представлений содержимого
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
protected static void DefaultBuildContent(
[NotNullAttribute] IWorkplaceViewComponent model,
[NotNullAttribute] ObservableCollection<Object> content,
[NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent, Object>> contentFactories
)
Protected Shared Sub DefaultBuildContent (
<NotNullAttribute> model As IWorkplaceViewComponent,
<NotNullAttribute> content As ObservableCollection(Of Object),
<NotNullAttribute> contentFactories As IEnumerable(Of Func(Of IWorkplaceViewComponent, Object))
)
protected:
static void DefaultBuildContent(
[NotNullAttribute] IWorkplaceViewComponent^ model,
[NotNullAttribute] ObservableCollection<Object^>^ content,
[NotNullAttribute] IEnumerable<Func<IWorkplaceViewComponent^, Object^>^>^ contentFactories
)
static member DefaultBuildContent :
[<NotNullAttribute>] model : IWorkplaceViewComponent *
[<NotNullAttribute>] content : ObservableCollection<Object> *
[<NotNullAttribute>] contentFactories : IEnumerable<Func<IWorkplaceViewComponent, Object>> -> unit
Параметры
- model IWorkplaceViewComponent
-
Модель для которой вызывается метод
- content ObservableCollectionObject
-
Коллекция в которую должны быть помещены элементы содержимого
- contentFactories IEnumerableFuncIWorkplaceViewComponent, Object
-
Список фабрик создания моделей-представлений содержимого