Lenguaje

RootFacetAttribute Clase

Definición

Atributo personalizado que identifica las facetas raíz

[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
Herencia
RootFacetAttribute
Atributos

Constructores

Nombre Description
RootFacetAttribute(Type)

Ctor: toma el tipo de raíz como parámetro

Propiedades

Nombre Description
RootType

Devuelve rootType especificado originalmente en ctor.

Se aplica a