Table of Contents

Class DialogBase<T>

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public abstract class DialogBase<T> : IDialog<T>, IDialog

Type Parameters

T
Inheritance
DialogBase<T>
Implements
Derived
Inherited Members

Properties

Result

public Task<T> Result { get; }

Property Value

Task<T>

Methods

Cancel()

public void Cancel()

Complete(T)

public void Complete(T result)

Parameters

result T

Error(Exception)

public void Error(Exception error)

Parameters

error Exception

RaisePropertyChanged(string)

protected void RaisePropertyChanged(string propertyName)

Parameters

propertyName string

Events

PropertyChanged

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler