Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access and Assign Methods for ASP.Net
Message
 
À
01/10/2006 11:29:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
01158443
Message ID:
01158444
Vues:
19
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform