Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access and Assign Methods for ASP.Net
Message
From
01/10/2006 11:47:31
 
 
To
01/10/2006 11:29:33
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
01158443
Message ID:
01158444
Views:
18
>I was wondering if anyone had come up with a good methodology for implementing access and assign methods in .NET?

I am not the best with .NET (I know almost nothing :o)) But aren't Get and Set equivalents for Access and Assign?

Something like (this is from HELP):
 public string Name
    {
        get // Access 
        {
            return m_name;
        }
        set // Assign
        {
            m_name = value;
        }
    }
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform