WorkplaceViewComponentContentFactories - свойство
Gets Список фабрик используемых для создания моделей представлений по данной модели
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public IDictionary<string, Func<IWorkplaceViewComponent, Object>> ContentFactories { get; }
Public ReadOnly Property ContentFactories As IDictionary(Of String, Func(Of IWorkplaceViewComponent, Object))
Get
public:
virtual property IDictionary<String^, Func<IWorkplaceViewComponent^, Object^>^>^ ContentFactories {
IDictionary<String^, Func<IWorkplaceViewComponent^, Object^>^>^ get () sealed;
}
abstract ContentFactories : IDictionary<string, Func<IWorkplaceViewComponent, Object>> with get
override ContentFactories : IDictionary<string, Func<IWorkplaceViewComponent, Object>> with get
IDictionaryString,
FuncIWorkplaceViewComponent,
ObjectIWorkplaceViewComponentContentFactories