CachedDataAnnotationsModelMetadata コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadata, Func<Object>) |
プロトタイプ アクセサーとモデル アクセサーを CachedDataAnnotationsModelMetadata 使用して、 クラスの新しいインスタンスを初期化します。 |
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadataProvider, Type, Type, String, IEnumerable<Attribute>) |
プロバイダー、コンテナーの種類、モデルの CachedDataAnnotationsModelMetadata 種類、プロパティ名、および属性を使用して、 クラスの新しいインスタンスを初期化します。 |
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadata, Func<Object>)
プロトタイプ アクセサーとモデル アクセサーを CachedDataAnnotationsModelMetadata 使用して、 クラスの新しいインスタンスを初期化します。
public CachedDataAnnotationsModelMetadata (System.Web.Mvc.CachedDataAnnotationsModelMetadata prototype, Func<object> modelAccessor);
new System.Web.Mvc.CachedDataAnnotationsModelMetadata : System.Web.Mvc.CachedDataAnnotationsModelMetadata * Func<obj> -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Public Sub New (prototype As CachedDataAnnotationsModelMetadata, modelAccessor As Func(Of Object))
パラメーター
- prototype
- CachedDataAnnotationsModelMetadata
プロトタイプ。
適用対象
CachedDataAnnotationsModelMetadata(CachedDataAnnotationsModelMetadataProvider, Type, Type, String, IEnumerable<Attribute>)
プロバイダー、コンテナーの種類、モデルの CachedDataAnnotationsModelMetadata 種類、プロパティ名、および属性を使用して、 クラスの新しいインスタンスを初期化します。
public CachedDataAnnotationsModelMetadata (System.Web.Mvc.CachedDataAnnotationsModelMetadataProvider provider, Type containerType, Type modelType, string propertyName, System.Collections.Generic.IEnumerable<Attribute> attributes);
new System.Web.Mvc.CachedDataAnnotationsModelMetadata : System.Web.Mvc.CachedDataAnnotationsModelMetadataProvider * Type * Type * string * seq<Attribute> -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Public Sub New (provider As CachedDataAnnotationsModelMetadataProvider, containerType As Type, modelType As Type, propertyName As String, attributes As IEnumerable(Of Attribute))
パラメーター
プロバイダー。
- containerType
- Type
コンテナーの型。
- modelType
- Type
モデル型。
- propertyName
- String
プロパティ名。
- attributes
- IEnumerable<Attribute>
属性。