Asistente de creación de nuevos módulos en Visual Studio.
Más...
|
void | RunStarted (object automationObject, Dictionary< string, string > replacementsDictionary, WizardRunKind runKind, object[] customParams) |
| Método que se ejecuta al iniciar el asistente.
|
|
void | BeforeOpeningFile (ProjectItem projectItem) |
| Runs custom wizard logic before opening an item in the template.
|
|
void | ProjectFinishedGenerating (Project project) |
| Runs custom wizard logic when a project has finished generating.
|
|
void | ProjectItemFinishedGenerating (ProjectItem projectItem) |
| Runs custom wizard logic when a project item has finished generating.
|
|
void | RunFinished () |
| Runs custom wizard logic when the wizard has completed all tasks.
|
|
bool | ShouldAddProjectItem (string filePath) |
| Indicates whether the specified project item should be added to the project.
|
|
String | LeerConfigIni (string tcEtiqueta, string tcRutaIni, string tcFicheroIni="") |
| Método para leer los parametros de fichero config.ini COPIADO DE UTILS.CS (sage.ew.funciones) TODO : Eliminar este método cuando se añadan las referencias a librerias necesarias (y firmadas)
|
|
Asistente de creación de nuevos módulos en Visual Studio.
Definición en la línea 20 del archivo wizardClass.cs.
◆ BeforeOpeningFile()
void sage.addons.wizard.wizardClass.BeforeOpeningFile |
( |
ProjectItem | projectItem | ) |
|
|
inline |
Runs custom wizard logic before opening an item in the template.
- Parámetros
-
Definición en la línea 145 del archivo wizardClass.cs.
◆ LeerConfigIni()
String sage.addons.wizard.wizardClass.LeerConfigIni |
( |
string | tcEtiqueta, |
|
|
string | tcRutaIni, |
|
|
string | tcFicheroIni = "" ) |
|
inline |
Método para leer los parametros de fichero config.ini COPIADO DE UTILS.CS (sage.ew.funciones) TODO : Eliminar este método cuando se añadan las referencias a librerias necesarias (y firmadas)
- Parámetros
-
tcEtiqueta | String con la etiqueta a leer |
tcRutaIni | String con la ruta inicial |
tcFicheroIni | String con el nombre del fichero de configuración |
- Devuelve
- String con el valor de la etiqueta
Definición en la línea 197 del archivo wizardClass.cs.
◆ ProjectFinishedGenerating()
void sage.addons.wizard.wizardClass.ProjectFinishedGenerating |
( |
Project | project | ) |
|
|
inline |
Runs custom wizard logic when a project has finished generating.
- Parámetros
-
Definición en la línea 154 del archivo wizardClass.cs.
◆ ProjectItemFinishedGenerating()
void sage.addons.wizard.wizardClass.ProjectItemFinishedGenerating |
( |
ProjectItem | projectItem | ) |
|
|
inline |
Runs custom wizard logic when a project item has finished generating.
- Parámetros
-
Definición en la línea 163 del archivo wizardClass.cs.
◆ RunFinished()
void sage.addons.wizard.wizardClass.RunFinished |
( |
| ) |
|
|
inline |
Runs custom wizard logic when the wizard has completed all tasks.
Definición en la línea 171 del archivo wizardClass.cs.
◆ RunStarted()
void sage.addons.wizard.wizardClass.RunStarted |
( |
object | automationObject, |
|
|
Dictionary< string, string > | replacementsDictionary, |
|
|
WizardRunKind | runKind, |
|
|
object[] | customParams ) |
|
inline |
Método que se ejecuta al iniciar el asistente.
- Parámetros
-
automationObject | |
replacementsDictionary | |
runKind | |
customParams | |
Definición en la línea 32 del archivo wizardClass.cs.
◆ ShouldAddProjectItem()
bool sage.addons.wizard.wizardClass.ShouldAddProjectItem |
( |
string | filePath | ) |
|
|
inline |
Indicates whether the specified project item should be added to the project.
- Parámetros
-
- Devuelve
Definición en la línea 181 del archivo wizardClass.cs.
La documentación de esta clase está generada del siguiente archivo:
- C:/actions-runner/_work/Sage.ES.Sage50/Sage.ES.Sage50/src/Sage.ES.S50/addons/Asistente/sage.addons.wizard/wizardClass.cs