Aracılığıyla paylaş


ModelPropertyCollection Sınıf

Tanım

Model özelliklerini temsil eden nesnelerin salt okunur koleksiyonu ModelMetadata .

public ref class ModelPropertyCollection : System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^>
public class ModelPropertyCollection : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>
type ModelPropertyCollection = class
    inherit ReadOnlyCollection<ModelMetadata>
Public Class ModelPropertyCollection
Inherits ReadOnlyCollection(Of ModelMetadata)
Devralma
ModelPropertyCollection

Oluşturucular

ModelPropertyCollection(IEnumerable<ModelMetadata>)

Yeni bir ModelPropertyCollection oluşturur.

Özellikler

Item[String]

özelliğine karşılık gelen propertyNamebir ModelMetadata örneği alır.

Şunlara uygulanır