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

Attribute to declare a class as general NanoXLSX plug-in. More...

Inheritance diagram for NanoXLSX.Registry.Attributes.NanoXlsxPlugInAttribute:

Properties

string PlugInUUID [get, set]
 Unique ID if the plug-in.
int PlugInOrder [get, set]
 Order how the annotated plug-ins are registered in case of duplicate UIDs. The higher number will override any lower. Default is zero (order may be vary).

Detailed Description

Attribute to declare a class as general NanoXLSX plug-in.

Definition at line 16 of file NanoXlsxPluginAttribute.cs.

Property Documentation

◆ PlugInOrder

int NanoXLSX.Registry.Attributes.NanoXlsxPlugInAttribute.PlugInOrder
getset

Order how the annotated plug-ins are registered in case of duplicate UIDs. The higher number will override any lower. Default is zero (order may be vary).

Definition at line 28 of file NanoXlsxPluginAttribute.cs.

◆ PlugInUUID

string NanoXLSX.Registry.Attributes.NanoXlsxPlugInAttribute.PlugInUUID
getset

Unique ID if the plug-in.

Definition at line 22 of file NanoXlsxPluginAttribute.cs.


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