Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparisons and Issues
Message
De
17/02/2004 16:21:30
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00876760
Message ID:
00878103
Vues:
19
Stephen-

>I would also need the VFP equivalent to the custom class. Something that I can use for Biz objects or Biz rule objects.

It's weird, but you just make your class from scratch, as it where. If you're in a solution, you can add a new item, new class, and you get something that looks like
using System;

namespace Whatever
{
	/// <summary>
	/// Summary description for Class2.
	/// </summary>
	public class Class2
	{
		public Class2()
		{
			//
			// TODO: Add constructor logic here
			//
		}
	}
}
Hang whatever PEMs you want/need off it. It's *like* the Fox custom baseclass, but more so.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform