CachedDataAnnotationsModelMetadataProvider.CreateMetadataPrototype メソッド

定義

メタデータ クラスのコンテナー プロトタイプ インスタンスを返します。

protected override System.Web.Mvc.CachedDataAnnotationsModelMetadata CreateMetadataPrototype (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Type modelType, string propertyName);
override this.CreateMetadataPrototype : seq<Attribute> * Type * Type * string -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Protected Overrides Function CreateMetadataPrototype (attributes As IEnumerable(Of Attribute), containerType As Type, modelType As Type, propertyName As String) As CachedDataAnnotationsModelMetadata

パラメーター

attributes
IEnumerable<Attribute>

属性の型。

containerType
Type

コンテナーの型。

modelType
Type

モデル型。

propertyName
String

プロパティ名。

戻り値

メタデータ クラスのコンテナー プロトタイプ インスタンス。

適用対象