Table of Contents

Class GeneratePluginRegistrationRootAccumulatorAttribute

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll

Requests a generated root registration accumulator that exposes child accumulators for annotated child control properties.

[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class GeneratePluginRegistrationRootAccumulatorAttribute : Attribute
Inheritance
GeneratePluginRegistrationRootAccumulatorAttribute
Inherited Members

Constructors

GeneratePluginRegistrationRootAccumulatorAttribute(string)

Requests a generated root registration accumulator that exposes child accumulators for annotated child control properties.

public GeneratePluginRegistrationRootAccumulatorAttribute(string accumulatorName)

Parameters

accumulatorName string

Properties

AccumulatorName

public string AccumulatorName { get; }

Property Value

string