Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
   "EntityType": "Winbooks.TORM.OM.Customer, Winbooks.TORM.OM",
   "DAOType": "Winbooks.TORM.DAL.CustomerDAO, Winbooks.TORM.DAL",
   "IsCustomization": false,
   "Alias": "this",
   "Association": {},
   "Conditions": [
      {
         "Operator": 0,
         "PropertyName": "IsLocked",
         "OtherPropertyName": "",
         "Values": [
            false
         ],
         "ValueTypes": [
            "System.Boolean, mscorlib"
         ]
      },
      {
         "Operator": 0,
         "PropertyName": "IsLockedIsHidden",
         "OtherPropertyName": "",
         "Values": [
            false
         ],
         "ValueTypes": [
            "System.Boolean, mscorlib"
         ]
      }
   ],
   "Havings": [],
   "ProjectionsList": [],
   "Orders": [],
   "Params": {},
   "FirstResult": -1,
   "MaxResult": -1,
   "ResultState": 0
 }

The example below will get the CUSTOMERS that are unlocked and active in folder "PARFIWEB_DEMO"

...

Body content {"EntityType": "Winbooks.TORM.OM.Customer, Winbooks.TORM.OM","DAOType": "Winbooks.TORM.DAL.CustomerDAO, Winbooks.TORM.DAL","Alias":"this","Association":{},"Conditions":[{"Operator":0,"PropertyName":"IsLocked","OtherPropertyName":"","Values":[false]},{"Operator":0,"PropertyName":"IsHidden","OtherPropertyName":"","Values":[false]}],"ProjectionsList":[],"Orders":{},"Params":{},"FirstResult":-1,"MaxResult":-1,"ResultState": 0}

...