Freigeben über


AttributeCodeFragment Konstruktoren

Definition

Überlädt

AttributeCodeFragment(Type, Object[])

Initialisiert eine neue Instanz der AttributeCodeFragment-Klasse.

AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)

Initialisiert eine neue Instanz der AttributeCodeFragment-Klasse.

AttributeCodeFragment(Type, Object[])

Quelle:
AttributeCodeFragment.cs
Quelle:
AttributeCodeFragment.cs
Quelle:
AttributeCodeFragment.cs
Quelle:
AttributeCodeFragment.cs
Quelle:
AttributeCodeFragment.cs

Initialisiert eine neue Instanz der AttributeCodeFragment-Klasse.

public AttributeCodeFragment (Type type, params object[] arguments);
public AttributeCodeFragment (Type type, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * obj[] -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, ParamArray arguments As Object())

Parameter

type
Type

Der CLR-Typ des Attributs.

arguments
Object[]

Die Argumente des Attributs.

Gilt für:

AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)

Quelle:
AttributeCodeFragment.cs
Quelle:
AttributeCodeFragment.cs
Quelle:
AttributeCodeFragment.cs

Initialisiert eine neue Instanz der AttributeCodeFragment-Klasse.

public AttributeCodeFragment (Type type, System.Collections.Generic.IEnumerable<object?> arguments, System.Collections.Generic.IDictionary<string,object?> namedArguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * seq<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, arguments As IEnumerable(Of Object), namedArguments As IDictionary(Of String, Object))

Parameter

type
Type

Der CLR-Typ des Attributs.

arguments
IEnumerable<Object>

Die Positionsargumente des Attributs.

namedArguments
IDictionary<String,Object>

Die benannten Argumente des Attributs.

Gilt für: