IWorkplaceViewComponentContentFactories - свойство
Список фабрик, используемых для создания моделей представлений по данной модели.
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
[NotNullAttribute]
IDictionary<string, Func<IWorkplaceViewComponent, Object>> ContentFactories { get; }
<NotNullAttribute>
ReadOnly Property ContentFactories As IDictionary(Of String, Func(Of IWorkplaceViewComponent, Object))
Get
[NotNullAttribute]
property IDictionary<String^, Func<IWorkplaceViewComponent^, Object^>^>^ ContentFactories {
IDictionary<String^, Func<IWorkplaceViewComponent^, Object^>^>^ get ();
}
[<NotNullAttribute>]
abstract ContentFactories : IDictionary<string, Func<IWorkplaceViewComponent, Object>> with get
Значение свойства
IDictionaryString,
FuncIWorkplaceViewComponent,
Object