ITemplate<T> Interface

Definition

Defines Template interface for binding data to T.

public interface ITemplate<T>
type ITemplate<'T> = interface
Public Interface ITemplate(Of T)

Type Parameters

T

Type to bind data to.

Derived

Methods

BindAsync(DialogContext, Object, CancellationToken)

Given the turn context bind to the data to create the object of type T.

Applies to