Click or drag to resize
UpdateConfigAction Methods

The UpdateConfigAction type exposes the following members.

Methods
  NameDescription
Public methodActionCompleteResponseClass (Overrides ManagerActionResponseActionCompleteResponseClass.)
Public methodAddCommand
Public methodAddCommand(String)
Public methodAddCommand(String, String)
Public methodAddCommand(String, String, String)
Public methodAddCommand(String, String, String, String)
Public methodAddCommand(String, String, String, String, String)
Adds a command to update a config file while sparing you the details of the Manager's required syntax. If you want to omit one of the command's sections, provide a null value to this method. The command index will be incremented even if you supply a null for all parameters, though the action will be unaffected.
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 (Inherited from ManagerAction.)
Top
See Also