EntityTypeAttribute Classe

Definição

Marca uma classe como um tipo de entidade no 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
Herança
EntityTypeAttribute
Atributos

Construtores

EntityTypeAttribute()

Cria uma nova instância da classe EntityTypeAttribute.

Aplica-se a