Freigeben über


EntityRole Konstruktoren

Definition

Überlädt

EntityRole()
EntityRole(Nullable<Guid>, String)

EntityRole()

Quelle:
EntityRole.cs
Quelle:
EntityRole.cs
public EntityRole ();
Public Sub New ()

Gilt für:

EntityRole(Nullable<Guid>, String)

Quelle:
EntityRole.cs
Quelle:
EntityRole.cs
public EntityRole (Guid? id = default, string name = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole : Nullable<Guid> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole
Public Sub New (Optional id As Nullable(Of Guid) = Nothing, Optional name As String = Nothing)

Parameter

name
String

Gilt für: