MapperCommandsAdd Method |
Name | Description | |
---|---|---|
![]() | Add(MapperCommand) |
Adds a command to the collection.
Note that the command should have an ID to ensure proper handling throughout the application.
|
![]() | Add(String, Object) |
Adds an object to the collection. Override. This method simply calls the Add method with CollectionAddFlags.replace as the flags.
(Inherited from EAPCollectionBase.) |
![]() | Add(String, MapperCommand) |
Add a command to the collection.
|
![]() | Add(String, Object, CollectionAddFlags) |
Adds an item to the collection
(Inherited from EAPCollectionBase.) |