Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP.NET Security, Roles?
Message
From
10/02/2004 17:05:01
 
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00875536
Message ID:
00876050
Views:
20
Yes, it is a sublcass. Kind of like this...
namespace your.name.space
{
     /// <summary>
     /// Summary description for Utility
     /// </summary>
     public class Utility : ABusinessObject
     {
        public Utility()
        {
          ...
        }

        public bool CheckAdminUser()
        {
          ...
        }

        ...

     }
}
>Hi Kendall,
>
>Is Utility a subclass of a mm bizobj or is it something else? Do I start by subclassing a mm bizobj class, name it Utility and then add the method CheckAdminUser?
>
Kendall Webb
Senior Software Engineer
MCAD.Net/MCSD.Net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform