CardViewControlViewModel - конструктор
Пространство имён: Tessa.UI.Cards.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public CardViewControlViewModel(
[NotNullAttribute] CardTypeControl control,
[NotNullAttribute] ICardModel model,
[NotNullAttribute] ICardEditorModel cardEditor,
[NotNullAttribute] CardParametersMapper parametersMapper
)
Public Sub New (
<NotNullAttribute> control As CardTypeControl,
<NotNullAttribute> model As ICardModel,
<NotNullAttribute> cardEditor As ICardEditorModel,
<NotNullAttribute> parametersMapper As CardParametersMapper
)
public:
CardViewControlViewModel(
[NotNullAttribute] CardTypeControl^ control,
[NotNullAttribute] ICardModel^ model,
[NotNullAttribute] ICardEditorModel^ cardEditor,
[NotNullAttribute] CardParametersMapper^ parametersMapper
)
new :
[<NotNullAttribute>] control : CardTypeControl *
[<NotNullAttribute>] model : ICardModel *
[<NotNullAttribute>] cardEditor : ICardEditorModel *
[<NotNullAttribute>] parametersMapper : CardParametersMapper -> CardViewControlViewModel
Параметры
- control CardTypeControl
-
- model ICardModel
-
- cardEditor ICardEditorModel
-
- parametersMapper CardParametersMapper
-