Class ConfigDataStoreAttribute
Attribute declaring a plugin implementing the IConfigDataStore interface. Smaller priorities override higher ones. Default plugin implementation found in IsolatedStorageConfigDataStore.
Inherited Members
Namespace: SuperOffice.ErpSync.ConnectorWS
Assembly: SuperOffice.Plugins.dll
Syntax
public sealed class ConfigDataStoreAttribute : PrioritizedPluginAttribute
Constructors
ConfigDataStoreAttribute(string, int)
Attribute declaring a plugin implementing the IConfigDataStore interface.
Declaration
public ConfigDataStoreAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
string | name | Not really used for anything. |
int | priority | Smallest number wins. |