Click or drag to resize
ActionInputFlatModel Properties

The ActionInputFlatModel type exposes the following members.

Properties
  NameDescription
Public propertyActions
Gets or sets the enumerable collection of actions.
Public propertyArguments
Gets or sets the arguments to the script or executable.
Public propertyClassName
Gets or sets the name of the class.
Public propertyCredentials
Gets or sets the credentials to be used by the action.
Public propertyEventType
Gets or sets the type of the event.
Public propertyFileName
Gets or sets the file name of the script or executable to run.
Public propertyMessage
Gets or sets the message.
Public propertyMessageFormatParameters
Gets or sets the message format parameters.
Public propertyParallelExecution
Gets or sets a value indicating whether the actions are to be executed in parallel.
Public propertyQueryResult
Gets or sets the query result.
Public propertyRunAs
Gets or sets the key to the credentials of the user as which the process will be run.
Public propertyServiceName
Gets or sets the name of the service.
Public propertyServiceOperation
Gets or sets the service operation.
Public propertyStartArguments
Gets or sets the arguments for the Start operation.
Public propertyTimeout
Gets or sets the timeout for the wait operation.
Public propertyWaitForCompletion
Gets or sets a value indicating whether to wait for completion.
Public propertyWaitForCompletionTimeout
Gets or sets the wait for completion timeout.
Public propertyWaitForStatus
Gets or sets a value indicating whether to wait for the service status to change as a result of the operation performed.
Public propertyWorkingDirectory
Gets or sets the working directory.
Top
See Also