Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generic
Message
De
19/09/2008 09:36:13
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
19/09/2008 07:32:30
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01348858
Message ID:
01348901
Vues:
16
John,

>Hi,
>I read an article and found this code.
>
>IPersonFacade Facade = FacadeFactory.CreateFacade+IPersonFacade+();
>
>public interface IPersonFacade : IFacade+Person+ { }
>
>What does it meant? What is the meaning of +Person+ ? What is the advantage of doing so?
>
>Thank you
>
>Sorry, I use + instead of less/greater than because UT restrict it.

In the forum you can put code in by enclosing it between special tags. You can use a left angle, "pre", right angle and the after your code use a left angle, /, "pre", right angle I will re-write your code in those brackets below.
IPersonFacade Facade = FacadeFactory.CreateFacade<IPersonFacade>();
public interface IPersonFacade : IFacade<Person>{}
You can't see the tags I added, but they are there.
Tim
Timothy Bryan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform