Aracılığıyla paylaş


ModelAttributes Oluşturucular

Tanım

Aşırı Yüklemeler

ModelAttributes(IEnumerable<Object>)
Geçersiz.

için yeni ModelAttributes bir Typeoluşturur.

ModelAttributes(IEnumerable<Object>, IEnumerable<Object>)
Geçersiz.

Özellik için yeni ModelAttributes bir oluşturur.

ModelAttributes(IEnumerable<Object>)

Kaynak:
ModelAttributes.cs
Kaynak:
ModelAttributes.cs

Dikkat

This constructor is obsolete and will be removed in a future version. The recommended alternative is ModelAttributes.GetAttributesForType.

için yeni ModelAttributes bir Typeoluşturur.

public:
 ModelAttributes(System::Collections::Generic::IEnumerable<System::Object ^> ^ typeAttributes);
public ModelAttributes (System.Collections.Generic.IEnumerable<object> typeAttributes);
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is ModelAttributes.GetAttributesForType.")]
public ModelAttributes (System.Collections.Generic.IEnumerable<object> typeAttributes);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes : seq<obj> -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
[<System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is ModelAttributes.GetAttributesForType.")>]
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes : seq<obj> -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Sub New (typeAttributes As IEnumerable(Of Object))

Parametreler

typeAttributes
IEnumerable<Object>

için Typeöznitelik kümesi.

Öznitelikler

Şunlara uygulanır

ModelAttributes(IEnumerable<Object>, IEnumerable<Object>)

Kaynak:
ModelAttributes.cs
Kaynak:
ModelAttributes.cs

Dikkat

This constructor is obsolete and will be removed in a future version. The recommended alternative is ModelAttributes.GetAttributesForProperty.

Özellik için yeni ModelAttributes bir oluşturur.

public:
 ModelAttributes(System::Collections::Generic::IEnumerable<System::Object ^> ^ propertyAttributes, System::Collections::Generic::IEnumerable<System::Object ^> ^ typeAttributes);
public ModelAttributes (System.Collections.Generic.IEnumerable<object> propertyAttributes, System.Collections.Generic.IEnumerable<object> typeAttributes);
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is ModelAttributes.GetAttributesForProperty.")]
public ModelAttributes (System.Collections.Generic.IEnumerable<object> propertyAttributes, System.Collections.Generic.IEnumerable<object> typeAttributes);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes : seq<obj> * seq<obj> -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
[<System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is ModelAttributes.GetAttributesForProperty.")>]
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes : seq<obj> * seq<obj> -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Sub New (propertyAttributes As IEnumerable(Of Object), typeAttributes As IEnumerable(Of Object))

Parametreler

propertyAttributes
IEnumerable<Object>

özelliği için öznitelik kümesi.

typeAttributes
IEnumerable<Object>

özelliği Typeiçin öznitelik kümesi. Bkz. PropertyType.

Öznitelikler

Şunlara uygulanır