AttributeCodeFragment Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.