updateProvider
A element which enables schema updates for a package.
Attributes and Elements
Attributes
| Attribute | Description | Required |
|---|---|---|
| className | The name of a class which derives from SyncroSim.Core.UpdateProvider. This class can be in any one of the DLLs that come with your package, or it can be the generic XML based update provider that comes with SyncroSim. | Yes |
| classAssembly | The assembly for the update provider specified by the class name. | Yes |
Child Elements
None.
Parent Elements
| Element |
|---|
| package |
Remarks
An schema update is prompted when the minor version of the package changes. See documentation on updating a SyncroSim package for more information on how to update your package.