コード例 #1
0
 public CNodoAtributo(long ptrSigAtri,int clave, string n, int t, int tam,long eRel, CNodoEntidad entR, long d)
 {
     apSigAtri = ptrSigAtri;
     clavePrimaria = clave;
     nombre = n;
     tipo = t;
     tamaño = tam;
     apEntRel = eRel;
     entRel = entR;
     dir = d;
 }
コード例 #2
0
 public void setSigEnt(CNodoEntidad sig) { sigEnt = sig; }
コード例 #3
0
 public void setEntRel(CNodoEntidad ent) { entRel = ent; }