Ejemplo n.º 1
0
 /// <summary>
 /// NumListType class constructor
 /// </summary>
 public NumListType()
 {
     this._resolveReferences = true;
     this._uniqueItems       = false;
     this._sorted            = false;
     this._sortDirection     = AnyListTypeSortDirection.Asc;
     this._allowNulls        = false;
     this._allowReferencess  = false;
     this._quantEnum         = NumListTypeQuantEnum.EQ;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// NumType class constructor
 /// </summary>
 public NumType()
 {
     this._quantEnum = NumListTypeQuantEnum.EQ;
 }