Partager via


EntityTypeAttribute Classe

Définition

Marque une classe comme type d’entité dans WCF Data Services.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class EntityTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type EntityTypeAttribute = class
    inherit Attribute
Public NotInheritable Class EntityTypeAttribute
Inherits Attribute
Héritage
EntityTypeAttribute
Attributs

Constructeurs

EntityTypeAttribute()

Crée une instance de la classe EntityTypeAttribute.

S’applique à