UpdatedAtAttribute Classe

Définition

Attribut appliqué à un membre d’un type pour spécifier qu’il représente la propriété système __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
Héritage
UpdatedAtAttribute
Attributs

Constructeurs

UpdatedAtAttribute()

Initialise une nouvelle instance de la classe UpdatedAtAttribute.

S’applique à