AttributeCodeFragment Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AttributeCodeFragment(Type, Object[]) |
Inicializa uma nova instância da classe AttributeCodeFragment. |
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>) |
Inicializa uma nova instância da classe AttributeCodeFragment. |
AttributeCodeFragment(Type, Object[])
- Origem:
- AttributeCodeFragment.cs
- Origem:
- AttributeCodeFragment.cs
- Origem:
- AttributeCodeFragment.cs
- Origem:
- AttributeCodeFragment.cs
- Origem:
- AttributeCodeFragment.cs
Inicializa uma nova instância da 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())
Parâmetros
- type
- Type
O tipo CLR do atributo.
- arguments
- Object[]
Os argumentos do atributo.
Aplica-se a
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)
- Origem:
- AttributeCodeFragment.cs
- Origem:
- AttributeCodeFragment.cs
- Origem:
- AttributeCodeFragment.cs
Inicializa uma nova instância da 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))
Parâmetros
- type
- Type
O tipo CLR do atributo.
- arguments
- IEnumerable<Object>
Os argumentos posicionais do atributo.
- namedArguments
- IDictionary<String,Object>
Os argumentos nomeados do atributo.
Aplica-se a
Entity Framework