Condividi tramite


AttributeCodeFragment Costruttori

Definizione

Overload

AttributeCodeFragment(Type, Object[])

Inizializza una nuova istanza della classe AttributeCodeFragment.

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

Inizializza una nuova istanza della classe AttributeCodeFragment.

AttributeCodeFragment(Type, Object[])

Origine:
AttributeCodeFragment.cs
Origine:
AttributeCodeFragment.cs
Origine:
AttributeCodeFragment.cs
Origine:
AttributeCodeFragment.cs
Origine:
AttributeCodeFragment.cs

Inizializza una nuova istanza della classe AttributeCodeFragment.

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())

Parametri

type
Type

Tipo CLR dell'attributo.

arguments
Object[]

Argomenti dell'attributo.

Si applica a

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

Origine:
AttributeCodeFragment.cs
Origine:
AttributeCodeFragment.cs
Origine:
AttributeCodeFragment.cs

Inizializza una nuova istanza della classe AttributeCodeFragment.

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))

Parametri

type
Type

Tipo CLR dell'attributo.

arguments
IEnumerable<Object>

Argomenti posizionali dell'attributo.

namedArguments
IDictionary<String,Object>

Argomenti denominati dell'attributo.

Si applica a