Compartir a través de


AttributeCodeFragment Constructores

Definición

Sobrecargas

AttributeCodeFragment(Type, Object[])

Inicializa una nueva instancia de la clase AttributeCodeFragment.

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

Inicializa una nueva instancia de la clase AttributeCodeFragment.

AttributeCodeFragment(Type, Object[])

Source:
AttributeCodeFragment.cs
Source:
AttributeCodeFragment.cs
Source:
AttributeCodeFragment.cs
Source:
AttributeCodeFragment.cs
Source:
AttributeCodeFragment.cs

Inicializa una nueva instancia de la clase 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())

Parámetros

type
Type

Tipo CLR del atributo.

arguments
Object[]

Argumentos del atributo.

Se aplica a

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

Source:
AttributeCodeFragment.cs
Source:
AttributeCodeFragment.cs
Source:
AttributeCodeFragment.cs

Inicializa una nueva instancia de la clase 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))

Parámetros

type
Type

Tipo CLR del atributo.

arguments
IEnumerable<Object>

Argumentos posicionales del atributo.

namedArguments
IDictionary<String,Object>

Argumentos con nombre del atributo.

Se aplica a