Пример #1
0
 /// <summary>
 /// BoolListType class constructor
 /// </summary>
 public BoolListType()
 {
     this._resolveReferences = true;
     this._uniqueItems       = false;
     this._sorted            = false;
     this._sortDirection     = AnyListTypeSortDirection.Asc;
     this._allowNulls        = false;
     this._allowReferencess  = false;
     this._not    = false;
     this._boolOp = BoolListTypeBoolOp.AND;
 }
Пример #2
0
 /// <summary>
 /// BoolType000 class constructor
 /// </summary>
 public BoolType000()
 {
     this._not    = false;
     this._boolOp = BoolListTypeBoolOp.AND;
 }
 /// <summary>
 /// FilterPredicateType class constructor
 /// </summary>
 public FilterPredicateType()
 {
     this._not    = false;
     this._boolOp = BoolListTypeBoolOp.AND;
 }
 /// <summary>
 /// StringFunctionsBoolType class constructor
 /// </summary>
 public StringFunctionsBoolType()
 {
     this._not    = false;
     this._boolOp = BoolListTypeBoolOp.AND;
 }
 /// <summary>
 /// GetItemAttribValuesType class constructor
 /// </summary>
 public GetItemAttribValuesType()
 {
     this._not    = false;
     this._boolOp = BoolListTypeBoolOp.AND;
 }