ScanPageViewModel - конструктор |
Пространство имён:
Tessa.Extensions.Platform.Client.ViewModels
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ScanPageViewModel(
string name,
BitmapSource thumbnail,
ITempFile model,
Func<ScanPageViewModel, ValueTask> deleteActionAsync
)
Public Sub New (
name As String,
thumbnail As BitmapSource,
model As ITempFile,
deleteActionAsync As Func(Of ScanPageViewModel, ValueTask)
)
public:
ScanPageViewModel(
String^ name,
BitmapSource^ thumbnail,
ITempFile^ model,
Func<ScanPageViewModel^, ValueTask>^ deleteActionAsync
)
new :
name : string *
thumbnail : BitmapSource *
model : ITempFile *
deleteActionAsync : Func<ScanPageViewModel, ValueTask> -> ScanPageViewModel
Параметры
- name
- Тип: SystemString
- thumbnail
- Тип: System.Windows.Media.ImagingBitmapSource
- model
- Тип: Tessa.Platform.IOITempFile
- deleteActionAsync
- Тип: SystemFuncScanPageViewModel, ValueTask
См. также