次の方法で共有


TimestampAttributeConvention クラス

定義

モデル内のプロパティで見つかった の TimestampAttribute インスタンスを処理する規則。

public class TimestampAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.PrimitivePropertyAttributeConfigurationConvention<System.ComponentModel.DataAnnotations.TimestampAttribute>
type TimestampAttributeConvention = class
    inherit PrimitivePropertyAttributeConfigurationConvention<TimestampAttribute>
Public Class TimestampAttributeConvention
Inherits PrimitivePropertyAttributeConfigurationConvention(Of TimestampAttribute)
継承
継承
TimestampAttributeConvention

コンストラクター

TimestampAttributeConvention()

モデル内のプロパティで見つかった の TimestampAttribute インスタンスを処理する規則。

メソッド

Apply(ConventionPrimitivePropertyConfiguration, TAttribute)

TAttribute 型の属性が適用されているプロパティにこの規則を適用します。

(継承元 PrimitivePropertyAttributeConfigurationConvention<TAttribute>)
Apply(ConventionPrimitivePropertyConfiguration, TimestampAttribute)

モデル内のプロパティで見つかった の TimestampAttribute インスタンスを処理する規則。

Properties()

モデル内のすべてのプロパティに適用される軽量規則の構成を開始します。

(継承元 Convention)
Properties<T>()

モデル内の指定した型のすべてのプリミティブ プロパティに適用される軽量規則の構成を開始します。

(継承元 Convention)
Types()

モデル内のすべてのマップされた型に適用される軽量規則の構成を開始します。

(継承元 Convention)
Types<T>()

指定した型から派生または実装するモデル内のすべてのマップされた型に適用される軽量規則の構成を開始します。

(継承元 Convention)

適用対象