Entity Category Functions
| Rule ID | Name | Long Description |
|---|---|---|
|
SCC_RULE_ID_20120802214353 |
SaveAllEntity |
Saves all the entities in the Context and their children. It performing all validation and pre-save logic and deleting any entities marked for deletion. |
|
SCC_RULE_ID_20120806111753 |
ValidateEntity |
Runs entity validation, providing the error/warning state. |
|
SCC_RULE_ID_20120802213958 |
SaveEntity |
Saves the Current Entity Context and all Children. It performs all validation and pre-save logic and deleting any entities marked for deletion. |
|
SCC_RULE_ID_20120802215742 |
UnDeleteEntity |
Marks the current entity and all it's children for to be undeleted. This simply marks the entity for undeletion, to finish the undelete call save. |
|
SCC_RULE_ID_20120802215730 |
DeleteEntity |
Marks the current entity and all it's children for deletion. This simply marks the entity for deletion, to finish the delete call save. |