Table of Contents

Class GeneratePluginRegistrationAccumulatorAttribute

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll

Requests a generated client-side registration accumulator for a control type. The generated accumulator queues calls to methodName and flushes them in order when the plugin builder starts.

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

Constructors

GeneratePluginRegistrationAccumulatorAttribute(string, string)

Requests a generated client-side registration accumulator for a control type. The generated accumulator queues calls to methodName and flushes them in order when the plugin builder starts.

public GeneratePluginRegistrationAccumulatorAttribute(string accumulatorName, string methodName)

Parameters

accumulatorName string
methodName string

Properties

AccumulatorName

public string AccumulatorName { get; }

Property Value

string

MethodName

public string MethodName { get; }

Property Value

string