Click or drag to resize
ActionInputFlatModel Class
Represents input into a monitor action.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsActionInputFlatModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public class ActionInputFlatModel

The ActionInputFlatModel type exposes the following members.

Constructors
  NameDescription
Public methodActionInputFlatModel
Initializes a new instance of the ActionInputFlatModel class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also