DeclarativeType<T> Class

Definition

TypeRegistration of Kind => type using generic.

public class DeclarativeType<T> : Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType
type DeclarativeType<'T> = class
    inherit DeclarativeType
Public Class DeclarativeType(Of T)
Inherits DeclarativeType

Type Parameters

T

type.

Inheritance
DeclarativeType<T>

Constructors

DeclarativeType<T>(String)

Initializes a new instance of the DeclarativeType<T> class.

Properties

CustomDeserializer

Gets or sets an optional custom deserializer for this type.

(Inherited from DeclarativeType)
Kind

Gets or sets the declarative id for this type.

(Inherited from DeclarativeType)
Type

Gets or sets the type for this registration.

(Inherited from DeclarativeType)

Applies to