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