CreatedAtAttribute Classe

Définition

Attribut appliqué à un membre d’un type pour spécifier qu’il représente la propriété système __createdAt.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class CreatedAtAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type CreatedAtAttribute = class
    inherit Attribute
Public Class CreatedAtAttribute
Inherits Attribute
Héritage
CreatedAtAttribute
Attributs

Constructeurs

CreatedAtAttribute()

Initialise une nouvelle instance de la classe CreatedAttribute.

S’applique à