Dover Framework
 All Classes Namespaces Functions Variables Properties Pages
Properties | List of all members
Dover.Framework.Attribute.AddInAttribute Class Reference

AddIn general information and configuration. More...

Inherits Attribute.

Properties

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...
 

Detailed Description

AddIn general information and configuration.

Property Documentation

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

Description of the Addin

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: