Types
Classes
| Name | Summary |
|---|---|
| ChangeSet | Represents a change set. |
| ChangeSetItem | Represents an item in a change set. |
| DataModificationItem | Represents a data modification item in a change set. |
| DataModificationItem | Represents a data modification item in a change set. |
| ChangeSetItemValidationResult | Represents a single result when validating an entity, property, etc. |
| DefaultChangeSetInitializer | Provides a default implementation of the IChangeSetInitializer interface. |
| DefaultSubmitExecutor | Default implementation of ISubmitExecutor. |
| SubmitContext | Represents context under which a submit flow operates. |
| SubmitResult | Represents a submit result. |
Interfaces
| Name | Summary |
|---|---|
| IChangeSetInitializer | Represents a service that can initialize a change set. |
| IChangeSetItemAuthorizer | Represents a change set item authorizer. |
| IChangeSetItemFilter | Represents a change set item filter to have logic before and after change set item processed. |
| IChangeSetItemValidator | Represents a change set entry validator. |
| ISubmitExecutor | Represents a service that executes a submission. |