Для изменения размера нажмите или перетащите

WorkplaceViewComponentInitializationStrategyDefaultGetRequest - метод

Создает и возвращает запрос к представлению

Пространство имён:  Tessa.UI.Views
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
[CanBeNullAttribute]
protected static ITessaViewRequest DefaultGetRequest(
	[NotNullAttribute] IWorkplaceViewComponent component,
	[NotNullAttribute] ICollection<RequestParameter> parameters,
	[NotNullAttribute] params Action<IWorkplaceViewComponent, ITessaViewRequest>[] setupActions
)

Параметры

component
Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель по которой производится построение запроса
parameters
Тип: System.Collections.GenericICollectionRequestParameter
Список параметров
setupActions
Тип: SystemActionIWorkplaceViewComponent, ITessaViewRequest
Действия устанавливающие параметры запроса

Возвращаемое значение

Тип: ITessaViewRequest
Параметры запроса к представлению
См. также