You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/entity-update-command-builder/readme.MD
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,14 @@ src/
11
11
│ └── UpdateCommandBuilder.ts
12
12
├── domain/
13
13
│ └── EntityUpdateBuilder.ts
14
-
├── RequestItemPlanUpdateBuilder.ts
15
-
└── RequestItemUpdateBuilder.ts
14
+
└── TemplateUpdateBuilder.ts
16
15
```
17
16
18
17
## Base Classes
19
18
20
19
-`ConditionBuilder<Entity>` - Class for building ConditionModel[] objects which are utilised by the `UpdateCommandBuilder<Entity>` for creating the UpdateCommand's ConditionExpression
21
-
-`or` - Appends a condition with an OR operator if no condition has been specified previously
22
-
-`and` - Appends a condition with an AND operator if no condition has been specified previously
20
+
-`or` - Appends a condition with an OR operator if no condition has been specified previously
21
+
-`and` - Appends a condition with an AND operator if no condition has been specified previously
23
22
-`in` - Appends a condition with operator provided or AND if not.
24
23
-`build` - Returns an object with type ConditionModel[] with conditions specified by previous calls to the available condition methods.
0 commit comments