|
NanoXLSX.Core 3.0.0-rc.3
|
Attribute to declare a class a NanoXLSX plug-in that can be queued (not replacing existing instance with the same UUID). More...
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). | |
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.
|
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.
|
getset |
Unique ID if the plug-in.
Definition at line 20 of file NanoXlsxQueuePluginAttribute.cs.
|
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.