Constructor EntityChanges
EntityChanges(EntityChangeSet, EntityChangeSet)
Initializes a new instance of the EntityChanges.
Declaration
public EntityChanges(EntityChangeSet forwardChangeSet, EntityChangeSet reverseChangeSet)Parameters
| Type | Name | Description | 
|---|---|---|
| EntityChangeSet | forwardChangeSet | Changes to convert a World from a state 'A' to a state 'B' | 
| EntityChangeSet | reverseChangeSet | Changes to revert a World from a state 'B' to a state 'A' |