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

ViewCurrentUserParameters(ISession, FuncIViewParameterMetadata, FuncBoolean, RequestParameterBuilder) - конструктор

Initializes a new instance of the ViewCurrentUserParameters class. Initializes a new instance of the ViewSpecialParameters class.

Пространство имён:  Tessa.Views
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
[InjectionConstructorAttribute]
public ViewCurrentUserParameters(
	[NotNullAttribute] ISession currentSession,
	[NotNullAttribute] Func<IViewParameterMetadata> parameterMetadataFactory,
	[NotNullAttribute] Func<bool, RequestParameterBuilder> parameterFactory
)

Параметры

currentSession
Тип: Tessa.Platform.RuntimeISession
Текущая сессия
parameterMetadataFactory
Тип: SystemFuncIViewParameterMetadata
Фабрика создания метаданных параметра
parameterFactory
Тип: SystemFuncBoolean, RequestParameterBuilder
Фабрика создания построителя параметров
См. также