Search
CompositeCommand Constructor
See Also
 






Initializes a new instance of the CompositeCommand class.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public CompositeCommand (
    Schedule schedule
)

 Parameters

schedule

The Schedule modified by this command.

 See Also