See: Description
| Interface | Description |
|---|---|
| Command |
A marker interface for commands that are used to reproduce changes on one domain model on an other.
|
| ListCommand |
An interface for all commands that involve changing a list.
|
| Class | Description |
|---|---|
| AddToList |
A command that states that an element should be added to a list.
|
| AddToSet |
A command that states that an element should be added to a set.
|
| ClearReferences |
Tells the other side, that hard references that where created during the assembling of the objects can now be
deleted.
|
| CreateObservableObject |
A command to create a new instance of an observable object.
|
| PutToMap |
A command to set a value for some key in some map.
|
| RemoveFromList |
Command to remove elements from a list.
|
| RemoveFromMap |
A command that indicates that a mapping should be removed from a map.
|
| RemoveFromSet |
A command to remove an element in a set.
|
| ReplaceInList |
A command to replace elements in a list.
|
| SetPropertyValue |
A command to set a new value for some
Property. |
| SetRootElement |
A
Command that tells which object should be treated as the root object of the domain model. |
| Value |
A value for properties and collections which is either an observable object or a simple object.
|
Copyright © 2014 Saxonia Systems AG. All Rights Reserved.