UpdatedAtAttribute Klasse

Definition

Attribut, das auf ein Element eines Typs angewendet wird, um anzugeben, dass es die __updatedAt Systemeigenschaft darstellt.

[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
Vererbung
UpdatedAtAttribute
Attribute

Konstruktoren

UpdatedAtAttribute()

Initialisiert eine neue instance der UpdatedAtAttribute-Klasse.

Gilt für: