Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generic
Message
From
19/09/2008 09:36:13
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
19/09/2008 07:32:30
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01348858
Message ID:
01348901
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform