AddIn general information and configuration.
More...
Inherits Attribute.
|
string | InitMethod [get, set] |
| If AddIn need to run code during startUp, place here one method name in the current class that should be called. More...
|
|
string | B1SResource [get, set] |
| Fully Qualified Name of the embedded resource that has the b1s compiled XML output file. More...
|
|
string | Description [get, set] |
| Description of the Addin More...
|
|
string | i18n [get, set] |
| Fully Qualified Name of the i18n resource that has the Description internationalized. More...
|
|
string | ChangeLogResource [get, set] |
| Fully Qualified Name of the resource that has the ChangeLog information More...
|
|
AddIn general information and configuration.
string Dover.Framework.Attribute.AddInAttribute.B1SResource |
|
getset |
Fully Qualified Name of the embedded resource that has the b1s compiled XML output file.
Note that you should emebed the compiled XML, not the project file. If you're in doubt, check if the XML has a project name called VSICreated. If yes, it's the compiled one.
string Dover.Framework.Attribute.AddInAttribute.ChangeLogResource |
|
getset |
Fully Qualified Name of the resource that has the ChangeLog information
string Dover.Framework.Attribute.AddInAttribute.Description |
|
getset |
string Dover.Framework.Attribute.AddInAttribute.i18n |
|
getset |
Fully Qualified Name of the i18n resource that has the Description internationalized.
string Dover.Framework.Attribute.AddInAttribute.InitMethod |
|
getset |
If AddIn need to run code during startUp, place here one method name in the current class that should be called.
The need to have no parameter and return void.
The documentation for this class was generated from the following file:
- Attribute/AddInAttribute.cs