AttributeCodeFragment Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| AttributeCodeFragment(Type, Object[]) |
AttributeCodeFragment sınıfının yeni bir örneğini başlatır. |
| AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>) |
AttributeCodeFragment sınıfının yeni bir örneğini başlatır. |
AttributeCodeFragment(Type, Object[])
- Kaynak:
- AttributeCodeFragment.cs
- Kaynak:
- AttributeCodeFragment.cs
- Kaynak:
- AttributeCodeFragment.cs
- Kaynak:
- AttributeCodeFragment.cs
- Kaynak:
- AttributeCodeFragment.cs
AttributeCodeFragment sınıfının yeni bir örneğini başlatır.
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())
Parametreler
- type
- Type
Özniteliğin CLR türü.
- arguments
- Object[]
Özniteliğin bağımsız değişkenleri.
Şunlara uygulanır
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)
- Kaynak:
- AttributeCodeFragment.cs
- Kaynak:
- AttributeCodeFragment.cs
- Kaynak:
- AttributeCodeFragment.cs
AttributeCodeFragment sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- type
- Type
Özniteliğin CLR türü.
- arguments
- IEnumerable<Object>
Özniteliğin konumsal bağımsız değişkenleri.
- namedArguments
- IDictionary<String,Object>
Özniteliğin adlandırılmış bağımsız değişkenleri.