Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

クラス変数の宣言

PhoneFormObj.cs には、以下のクラス変数があります。


public partial class PhoneFormObj : Form
{
  ArrayList ContactList = new ArrayList();
  CacheConnection cnCache;
  Contact curContact;
  PhoneNumber curPhoneNumber;
  CacheStatus status;
  
  ...
 
FeedbackOpens in a new tab