NanoXLSX.Core 3.0.0-rc.3
Loading...
Searching...
No Matches
NanoXLSX.Registry.Attributes.NanoXlsxQueuePlugInAttribute Class Reference

Attribute to declare a class a NanoXLSX plug-in that can be queued (not replacing existing instance with the same UUID). More...

Inheritance diagram for NanoXLSX.Registry.Attributes.NanoXlsxQueuePlugInAttribute:

Properties

string PlugInUUID [get, set]
 Unique ID if the plug-in.
string QueueUUID [get, set]
 Queue UUID for plug-ins that are not replacing a specific base plug-in, but defined as additional resource, e.g. executed before or after the writer / reader base plug-ins.
int PlugInOrder [get, set]
 Order how the annotated plug-ins are registered. The higher number will executed after the lower ones in the specified queue. Default is zero (order may be vary).

Detailed Description

Attribute to declare a class a NanoXLSX plug-in that can be queued (not replacing existing instance with the same UUID).

Definition at line 15 of file NanoXlsxQueuePluginAttribute.cs.

Property Documentation

◆ PlugInOrder

int NanoXLSX.Registry.Attributes.NanoXlsxQueuePlugInAttribute.PlugInOrder
getset

Order how the annotated plug-ins are registered. The higher number will executed after the lower ones in the specified queue. Default is zero (order may be vary).

Definition at line 31 of file NanoXlsxQueuePluginAttribute.cs.

◆ PlugInUUID

string NanoXLSX.Registry.Attributes.NanoXlsxQueuePlugInAttribute.PlugInUUID
getset

Unique ID if the plug-in.

Definition at line 20 of file NanoXlsxQueuePluginAttribute.cs.

◆ QueueUUID

string NanoXLSX.Registry.Attributes.NanoXlsxQueuePlugInAttribute.QueueUUID
getset

Queue UUID for plug-ins that are not replacing a specific base plug-in, but defined as additional resource, e.g. executed before or after the writer / reader base plug-ins.

Definition at line 25 of file NanoXlsxQueuePluginAttribute.cs.


The documentation for this class was generated from the following file: