WorkplaceViewComponentInitializationStrategyDefaultBuildContent - метод |
Осуществляет построение моделей представлений содержимого
Пространство имён:
Tessa.UI.Views
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель для которой вызывается метод
- content
- Тип: System.Collections.ObjectModelObservableCollectionObject
Коллекция в которую должны быть помещены элементы содержимого
- contentFactories
- Тип: System.Collections.GenericIEnumerableFuncIWorkplaceViewComponent, Object
Список фабрик создания моделей-представлений содержимого
См. также