Click or drag to resize

MapperCommandsAdd Method

Overload List
  NameDescription
Public methodAdd(MapperCommand)
Adds a command to the collection. Note that the command should have an ID to ensure proper handling throughout the application.
Protected methodAdd(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.)
Public methodAdd(String, MapperCommand)
Add a command to the collection.
Protected methodAdd(String, Object, CollectionAddFlags)
Adds an item to the collection
(Inherited from EAPCollectionBase.)
Top
See Also