Beispiel #1
0
 /// <summary>
 /// IntegerListType class constructor
 /// </summary>
 public IntegerListType()
 {
     this._resolveReferences = true;
     this._uniqueItems       = false;
     this._sorted            = false;
     this._sortDirection     = AnyListTypeSortDirection.Asc;
     this._allowNulls        = false;
     this._allowReferencess  = false;
     this._dataTypeInteger   = DataTypeInteger_StypeEnum.integer;
     this._quantEnum         = IntegerListTypeQuantEnum.EQ;
 }
 /// <summary>
 /// IntegerType class constructor
 /// </summary>
 public IntegerType()
 {
     this._dataTypeInteger = DataTypeInteger_StypeEnum.integer;
     this._quantEnum       = IntegerListTypeQuantEnum.EQ;
 }