AttributeCodeFragment Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AttributeCodeFragment(Type, Object[]) |
Inicializuje novou instanci AttributeCodeFragment třídy . |
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>) |
Inicializuje novou instanci AttributeCodeFragment třídy . |
AttributeCodeFragment(Type, Object[])
Inicializuje novou instanci AttributeCodeFragment třídy .
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())
Parametry
- type
- Type
Typ CLR atributu.
- arguments
- Object[]
Argumenty atributu
Platí pro
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)
Inicializuje novou instanci AttributeCodeFragment třídy .
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))
Parametry
- type
- Type
Typ CLR atributu.
- arguments
- IEnumerable<Object>
Poziční argumenty atributu.
- namedArguments
- IDictionary<String,Object>
Pojmenované argumenty atributu
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework