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 Más...
|
|
void | BeforeOpeningFile (ProjectItem projectItem) |
| Runs custom wizard logic before opening an item in the template. Más...
|
|
void | ProjectFinishedGenerating (Project project) |
| Runs custom wizard logic when a project has finished generating. Más...
|
|
void | ProjectItemFinishedGenerating (ProjectItem projectItem) |
| Runs custom wizard logic when a project item has finished generating. Más...
|
|
void | RunFinished () |
| Runs custom wizard logic when the wizard has completed all tasks. Más...
|
|
bool | ShouldAddProjectItem (string filePath) |
| Indicates whether the specified project item should be added to the project. Más...
|
|
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) Más...
|
|
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 para esta clase fue generada a partir del siguiente fichero:
- C:/actions-runner/_work/Sage.ES.Sage50/Sage.ES.Sage50/src/Sage.ES.S50/addons/Asistente/sage.addons.wizard/wizardClass.cs