Skip to content

Commit

Permalink
Removing unsupported style/flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jan 14, 2023
1 parent 21c283e commit c3e80dc
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions FetchXmlBuilder/Converters/CSharpCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1100,13 +1100,13 @@ internal static QExStyle[] GetComboBoxItems()
ClassName = "Microsoft.CrmSdk.CoreAssemblies",
HelpUrl = "https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/samples/retrieve-multiple-queryexpression-class",
},
new QExStyle
{
Tag = QExStyleEnum.OrganizationServiceContext,
Creator = "Microsoft",
ClassName = "Microsoft.Xrm.Sdk.Client",
HelpUrl = "https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/build-queries-with-linq-net-language-integrated-query",
},
//new QExStyle
//{
// Tag = QExStyleEnum.OrganizationServiceContext,
// Creator = "Microsoft",
// ClassName = "Microsoft.Xrm.Sdk.Client",
// HelpUrl = "https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/build-queries-with-linq-net-language-integrated-query",
//},
new QExStyle
{
Tag = QExStyleEnum.QueryExpressionFactory,
Expand Down Expand Up @@ -1169,13 +1169,13 @@ internal static QExFlavor[] GetComboBoxItems()
HelpUrl = "https://github.com/daryllabar/DLaB.Xrm.XrmToolBoxTools/wiki/Early-Bound-Generator",
Tag = QExFlavorEnum.EBGconstants
},
new QExFlavor
{
Name = "Late Bound LCG constants",
Creator = "Jonas Rapp",
HelpUrl = "https://github.com/rappen/LCG-UDG",
Tag = QExFlavorEnum.LCGconstants
},
//new QExFlavor
//{
// Name = "Late Bound LCG constants",
// Creator = "Jonas Rapp",
// HelpUrl = "https://github.com/rappen/LCG-UDG",
// Tag = QExFlavorEnum.LCGconstants
//},
new QExFlavor
{
Name = "Early Bound",
Expand Down

0 comments on commit c3e80dc

Please sign in to comment.