次の方法で共有


UpdatedAtAttribute クラス

定義

__updatedAt システム プロパティを表す型のメンバーに適用される属性。

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class UpdatedAtAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type UpdatedAtAttribute = class
    inherit Attribute
Public Class UpdatedAtAttribute
Inherits Attribute
継承
UpdatedAtAttribute
属性

コンストラクター

UpdatedAtAttribute()

UpdatedAtAttribute クラスの新しいインスタンスを初期化します。

適用対象