CachedAssociatedMetadataProvider<TModelMetadata>.CreateMetadataPrototype メソッド

定義

メタデータ プロトタイプを作成します。

protected abstract TModelMetadata CreateMetadataPrototype (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Type modelType, string propertyName);
abstract member CreateMetadataPrototype : seq<Attribute> * Type * Type * string -> 'ModelMetadata
Protected MustOverride Function CreateMetadataPrototype (attributes As IEnumerable(Of Attribute), containerType As Type, modelType As Type, propertyName As String) As TModelMetadata

パラメーター

attributes
IEnumerable<Attribute>

属性。

containerType
Type

コンテナーの型。

modelType
Type

モデル型。

propertyName
String

プロパティ名。

戻り値

TModelMetadata

メタデータ プロトタイプ。

適用対象