RootFacetAttribute Class

Definition

Custom attribute that identifies root facets

[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
Inheritance
RootFacetAttribute
Attributes

Constructors

RootFacetAttribute(Type)

Ctor--takes type of root as parameter

Properties

RootType

Returns rootType originally specified in ctor

Applies to