Skip to content

Commit

Permalink
Merge pull request #258 from Flexberry/fix-usings
Browse files Browse the repository at this point in the history
Fix usings
  • Loading branch information
Anisimova2020 authored Jan 24, 2024
2 parents b83cc69 + a9227da commit 93733b0
Show file tree
Hide file tree
Showing 83 changed files with 88 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Collections;

using FunctionalLanguage;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

using ICSSoft.STORMNET.FunctionalLanguage;

namespace ICSSoft.STORMNET.Windows.Forms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace ICSSoft.STORMNET.Windows.Forms
{
using System;

using ICSSoft.Services;
using ICSSoft.STORMNET.FunctionalLanguage;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Collections;
using System.Collections.Generic;

using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.FunctionalLanguage;
using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Collections.Generic;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.FunctionalLanguage;
using ICSSoft.STORMNET.Windows.Forms;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace NewPlatform.Flexberry.ORM.Validation.Exceptions
{
using ExternalLangDef.Properties;

using System;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace NewPlatform.Flexberry.ORM.Validation.Exceptions
{
using ExternalLangDef.Properties;

using System;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace NewPlatform.Flexberry.ORM.Validation.Exceptions
{
using ExternalLangDef.Properties;

using System;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System.Collections.Generic;
using System.Linq.Expressions;

using ICSSoft.STORMNET.FunctionalLanguage;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace ICSSoft.STORMNET.Business.LINQProvider
{
using System.Collections.Generic;
using System.Linq.Expressions;

using ICSSoft.STORMNET.FunctionalLanguage;
using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Linq;
using System.Linq.Expressions;

using ICSSoft.STORMNET.Exceptions;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace ICSSoft.STORMNET.Business.LINQProvider
using System.Collections.Generic;
using System.Linq;
using System.Text;

using ICSSoft.STORMNET.FunctionalLanguage;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

using ICSSoft.Services;
using ICSSoft.STORMNET.Business.Audit;
using ICSSoft.STORMNET.FunctionalLanguage;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

using ICSSoft.Services;
using ICSSoft.STORMNET.Business.Audit;
using ICSSoft.STORMNET.FunctionalLanguage;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Configuration;
using System.Linq;
using System.Reflection;

using Security;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.IO;
using System.Linq;
using System.Text;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.FunctionalLanguage;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.FunctionalLanguage;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace NewPlatform.Flexberry
{
using System.IO;

using ICSSoft.STORMNET.Business;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Text;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using System.Collections.Specialized;

/// <summary>
/// Data export service from ODataService.
Expand Down
1 change: 1 addition & 0 deletions ICSSoft.STORMNET.Business/IAsyncDataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Threading.Tasks;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;

Expand Down
1 change: 1 addition & 0 deletions ICSSoft.STORMNET.Business/IDataService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace ICSSoft.STORMNET.Business
{
using System;

using FunctionalLanguage;
using FunctionalLanguage.SQLWhere;
using ICSSoft.STORMNET.Business.Audit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.Data;

using ICSSoft.STORMNET.Business;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.Data;

using ICSSoft.STORMNET.Business;

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions ICSSoft.STORMNET.Business/UpdaterObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.FunctionalLanguage;

Expand Down
1 change: 1 addition & 0 deletions ICSSoft.STORMNET.Business/Utils/Utils.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace ICSSoft.STORMNET.Business
{
using ICSSoft.STORMNET.Security;

using System;
using System.Collections;
using System.Collections.Generic;
Expand Down
2 changes: 2 additions & 0 deletions ICSSoft.STORMNET.Business/XMLDataService/XMLDataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
using ICSSoft.STORMNET.FunctionalLanguage;
using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere;
using ICSSoft.STORMNET.Security;

using System;
using System.Collections;
using System.Collections.Specialized;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;

using Unity;

using STORMFunction = ICSSoft.STORMNET.FunctionalLanguage.Function;
Expand Down
1 change: 1 addition & 0 deletions ICSSoft.STORMNET.DataObject/EnumCaption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Linq;
using System.Reflection;

using ICSSoft.STORMNET.Exceptions;

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions ICSSoft.STORMNET.DataObject/Information.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;

using ICSSoft.Services;
using ICSSoft.STORMNET.Collections;
using ICSSoft.STORMNET.Exceptions;
Expand Down
3 changes: 2 additions & 1 deletion ICSSoft.STORMNET.DataObject/KeyGen/SystemGuidGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
namespace NewPlatform.Flexberry.Orm.KeyGen
{
using ICSSoft.STORMNET.KeyGen;
using System;

using ICSSoft.STORMNET.KeyGen;

/// <summary>
/// Генератор ключей типа GUID.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using ICSSoft.STORMNET;

namespace ICSSoft.STORMNET.FunctionalLanguage
namespace ICSSoft.STORMNET.FunctionalLanguage
{
/// <summary>
/// Расширение класса <see cref="ViewedObject"/> за счёт введения <see cref="ObjectType"/>-типа (атрибут Type).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace NewPlatform.Flexberry.ORM.IntegratedTests
using System.Data.SqlClient;
using System.Linq;
using System.Threading;

using ICSSoft.STORMNET.Business;
using Npgsql;
using Oracle.ManagedDataAccess.Client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Configuration;
using System.Collections.Generic;
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.FunctionalLanguage;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.Business.LINQProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Linq;

using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.Business.LINQProvider;
using ICSSoft.STORMNET.UserDataTypes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Linq;

using NewPlatform.Flexberry.ORM.IntegratedTests;
using NewPlatform.Flexberry.ORM.Tests;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Linq;

using NewPlatform.Flexberry.ORM.IntegratedTests;
using NewPlatform.Flexberry.ORM.Tests;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace NewPlatform.Flexberry.ORM.IntegratedTests.FunctionalLanguage
{
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.Business.LINQProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.Linq;

using NewPlatform.Flexberry.ORM.IntegratedTests;
using NewPlatform.Flexberry.ORM.Tests;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading;

using ICSSoft.STORMNET.FunctionalLanguage;
using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere;
using ICSSoft.STORMNET.UserDataTypes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace NewPlatform.Flexberry.ORM.IntegratedTests
{
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using NewPlatform.Flexberry.ORM.Tests;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Configuration;
using System.Diagnostics;
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.Business.LINQProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using NewPlatform.Flexberry.ORM.Tests;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
using Xunit;
using NewPlatform.Flexberry.ORM.Tests;
using ICSSoft.STORMNET.Business;

using System.Configuration;

using NewPlatform.Flexberry.ORM.IntegratedTests;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Configuration;
using System.Data.SqlTypes;
using System.Linq;

using ICSSoft.STORMNET;
using ICSSoft.STORMNET.Business;
using ICSSoft.STORMNET.Business.LINQProvider;
Expand Down Expand Up @@ -1268,4 +1269,4 @@ public void UpdateObjectByStaticPropertyTest()
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using ICSSoft.STORMNET.Business;
using Xunit;
using NewPlatform.Flexberry.ORM.Tests;

using System.Configuration;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
using System;
using System.Diagnostics;

using ICSSoft.STORMNET.Exceptions;
using Xunit;
using NewPlatform.Flexberry.ORM.Tests;
Expand Down
Loading

0 comments on commit 93733b0

Please sign in to comment.