Udostępnij przez


Entity Konstruktory

Definicja

Przeciążenia

Entity()

Inicjuje nowe wystąpienie klasy Entity.

Entity(String)

Inicjuje nowe wystąpienie klasy Entity.

Entity()

Inicjuje nowe wystąpienie klasy Entity.

public Entity();
Public Sub New ()

Dotyczy

Entity(String)

Inicjuje nowe wystąpienie klasy Entity.

public Entity(string type = default);
new Microsoft.Bot.Schema.Entity : string -> Microsoft.Bot.Schema.Entity
Public Sub New (Optional type As String = Nothing)

Parametry

type
String

Typ tej jednostki (RFC 3987 IRI).

Dotyczy