Esempio n. 1
0
 public virtual FieldValue[] GetValores()
 {
     return(InternalFunctions.GetValores(this));
 }
Esempio n. 2
0
 public virtual void SetValores(FieldValue[] values)
 {
     InternalFunctions.SetValores(this, values);
 }
Esempio n. 3
0
 public virtual AccesorValor[] GetAccesoresValores()
 {
     return(InternalFunctions.GetAccesoresValores(this, true));
 }