RootFacetAttribute Classe

Definição

Atributo personalizado que identifica facetas raiz

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class RootFacetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)>]
type RootFacetAttribute = class
    inherit Attribute
Public NotInheritable Class RootFacetAttribute
Inherits Attribute
Herança
RootFacetAttribute
Atributos

Construtores

Nome Description
RootFacetAttribute(Type)

Ctor – usa o tipo de raiz como parâmetro

Propriedades

Nome Description
RootType

Retorna rootType originalmente especificado no ctor

Aplica-se a