Skip to content

Commit e135ed0

Browse files
committed
Updates to individual file markdown. Header templates added. Updated links in the Guidance.md file.
1 parent ba64511 commit e135ed0

29 files changed

+256
-29
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AspxToBlazorConverter.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Updated Information Pending
1+
# AspxToBlazorConverter.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Updated Information Pending
1+
# ControlConverterBase.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods

guidance/ConverterAdapterFile.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ConverterAdapter.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods

guidance/DialogExtensionsFile.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DialogExtensions.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods

guidance/Guidance.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WebFormsToBlazorServer Guidance
2-
This set of documentation goes into the details of the example CodeFactory Code Automation Template **WebFormsToBlazor**. If you need explainations of what a Code Automation Template is or how CodeFactory works please use the following link to that documentation. [CodeFactory Guidance](../../sdk/sdkdocumentation/guidance/toc.md)
2+
This set of documentation goes into the details of the example CodeFactory Code Automation Template **WebFormsToBlazor**. If you need explainations of what a Code Automation Template is or how CodeFactory works please use the following link to that documentation. [CodeFactory Guidance](http://docs.codefactory.software/guidance/intro.html)
33

44
## Template Overview
55
In order to make use of this template you will need to have a target WebForms solution, in our examples below we reference the [*WingTipToys*]() project. This is an older reference project that is freely available to anyone who wished to download it and give this template a try. Once you have your project open inside of Visual Studio - go ahead and add a new Project to the solution of type Blazor - Server.
@@ -10,19 +10,19 @@ The compiled output of the WebFormsToBlazorServer project, a file called *WebFor
1010

1111
![](./images/WingTipToysRoot.png)
1212

13-
The next time that you open the WingTipToys solution the CodeFactory runtime will [load](../../sdk/sdkdocumentation/guidance/overview/howdoesitwork.md) the package and make the command available for use.
13+
The next time that you open the WingTipToys solution the CodeFactory runtime will [load](http://docs.codefactory.software/guidance/usage-intro.html#consume-the-automation-template) the package and make the command available for use.
1414

1515
## Commands
1616
There are currently two(2) commands that have been built inside of the project;
1717

1818
- SetupBlazorProject
1919
- MigrateWebForm
2020

21-
The first command, *SetupBlazorProject*, is an implementation of a [Project Command](../../sdk/sdkdocumentation/guidance/overview/commands/project.md) type and can be found by right-clicking on the Blazor project in your solution. The command is found at the bottom of the context menu.
21+
The first command, *SetupBlazorProject*, is an implementation of a [Project Command](http://docs.codefactory.software/guidance/overview-commands-intro.html) type and can be found by right-clicking on the Blazor project in your solution. The command is found at the bottom of the context menu.
2222

2323
![](./images/SetupBlazorProjectContextMenu.png)
2424

25-
The second command, *MigrateWebForm*, is an implementation of a [Project Document Command](../../sdk/sdkdocumentation/guidance/overview/commands/projectdocument.md) type and can be found by right-clicking on any *.aspx file that is found in the *WingTipToys* project.
25+
The second command, *MigrateWebForm*, is an implementation of a [Project Document Command](http://docs.codefactory.software/guidance/overview-commands-intro.html) type and can be found by right-clicking on any *.aspx file that is found in the *WingTipToys* project.
2626

2727
![](./images/MigrateToBlazorContextMenu.png)
2828

@@ -34,12 +34,12 @@ This folder is further broken down into command type folders. Please click on e
3434
#### Document
3535
Name | Description
3636
-----|-------
37-
MigrateWebForm.cs | This is a [Project Document]() command type that is built to migrate a single *.aspx file from the source WebForms project into an equivalent Blazor Page Component file in the target Blazor Server project. Please click [here](MigrateWebFormCommand.md) for more details
37+
MigrateWebForm.cs | This is a [Project Document](http://docs.codefactory.software/guidance/overview/commands/projectdocument.html) command type that is built to migrate a single *.aspx file from the source WebForms project into an equivalent Blazor Page Component file in the target Blazor Server project. Please click [here](MigrateWebFormCommand.md) for more details
3838

3939
#### Project
4040
Name | Description
4141
-----|-------
42-
SetupBlazorProject.cs | This is a [Project]() command type that will allow a developer to bulk-migrate an **entire** WebForms appliction including all of its logic, configuration and static assets into a Blazor Server application. Please click [here](SetupBlazorProjectCommand.md) for more details.
42+
SetupBlazorProject.cs | This is a [Project](http://docs.codefactory.software/guidance/overview/commands/project.html) command type that will allow a developer to bulk-migrate an **entire** WebForms appliction including all of its logic, configuration and static assets into a Blazor Server application. Please click [here](SetupBlazorProjectCommand.md) for more details.
4343
### Dialogs
4444
Name | Description
4545
-----|-------

guidance/IControlConverterFile.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Updated Information Pending
1+
# IControlConverter.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# IMigrationStatusUpdate.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Updated Information Pending
1+
# ITagControlConverter.cs File
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods

guidance/LogicCodeFactoryFile.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Updated Information Pending
1+
# LogicCodeFactory.tt/.cs/.transform.cs Files
2+
3+
## Overview
4+
5+
## Fields
6+
7+
## Constrcutor
8+
9+
## Methods

0 commit comments

Comments
 (0)