Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in VS 2013?
Message
De
02/05/2014 16:56:01
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Problèmes
Titre:
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01599384
Message ID:
01599465
Vues:
25
Is this eventually a web app? If so, winforms or MVC?


>It is a public class in another project
>
>
>   public class MiddlewareMain : MiddlewareBase
>   {
>      private delegate String InvokeMethod(Dictionary<String, String> parameters);
>      private Dictionary<String, InvokeMethod> invokeMethods;
>      private Sales _sales;
>      private Data _data;
>      private Retail _retail;
>      private Bookings _bookings;
>      private Validation _validation;
>      private Boolean _bShouldRollback             = false;
>      private Boolean _bShouldRollbackGlobalInvoke = false;
>
>...
>
>
>In the Test class used as a base for other test classes I see the following code:
>
>
> public abstract class UnitTestBase
>   {
>      public static IniFile iniFile, systemIniFile;
>      public static MiddlewareMain middlewareMain;
>      public static Boolean isClassInitialized = false;
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform