Skip to content

Commit

Permalink
Fluent added. Almost there. Indantations in others need fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jan 10, 2023
1 parent 6f61235 commit 0582208
Show file tree
Hide file tree
Showing 6 changed files with 622 additions and 471 deletions.
831 changes: 617 additions & 214 deletions FetchXmlBuilder/Converters/CSharpCodeGenerator.cs

Large diffs are not rendered by default.

108 changes: 0 additions & 108 deletions FetchXmlBuilder/Converters/QExFactory.cs

This file was deleted.

12 changes: 0 additions & 12 deletions FetchXmlBuilder/Converters/QExFluent.cs

This file was deleted.

134 changes: 0 additions & 134 deletions FetchXmlBuilder/Converters/QExVanilla.cs

This file was deleted.

5 changes: 5 additions & 0 deletions FetchXmlBuilder/DockControls/XmlContentControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,11 @@ private void cmbQExStyle_SelectedIndexChanged(object sender, EventArgs e)
}
break;

case QExStyleEnum.FluentQueryExpression:
rbQExLineByLine.Enabled = false;
rbQExObjectinitializer.Checked = true;
break;

case QExStyleEnum.QueryExpressionFactory:
rbQExLineByLine.Enabled = false;
rbQExObjectinitializer.Checked = true;
Expand Down
3 changes: 0 additions & 3 deletions FetchXmlBuilder/FetchXmlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AppCode\Utils.cs" />
<Compile Include="Converters\QExFactory.cs" />
<Compile Include="Converters\QExFluent.cs" />
<Compile Include="Converters\QExParse.cs" />
<Compile Include="Converters\QExVanilla.cs" />
<Compile Include="Extensions\ConnectionExtensions.cs" />
<Compile Include="ControlsClasses\EntityNameItem.cs" />
<Compile Include="Extensions\Extensions.cs" />
Expand Down

0 comments on commit 0582208

Please sign in to comment.