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
Properties
AccumulatorName
public string AccumulatorName { get; }
Property Value
MethodName
public string MethodName { get; }