Click or drag to resize

PluginCommand Class

Defines a command that can be sent to a plugin.
Inheritance Hierarchy
SystemObject
  CompreDriveSDK.PluginsPluginCommand

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public class PluginCommand

The PluginCommand type exposes the following members.

Constructors
 NameDescription
Public methodPluginCommand(String) Initializes a new instance of the PluginCommand class without value.
Public methodPluginCommand(String, Boolean) Initializes a new instance of the PluginCommand class.
Public methodPluginCommand(String, Double) Initializes a new instance of the PluginCommand class.
Public methodPluginCommand(String, String) Initializes a new instance of the PluginCommand class.
Top
Properties
 NameDescription
Public propertyButtonImageData Gets or sets image data used for the ribbon button.
Public propertyButtonPath Gets or sets a path to a button to create for this command.
Public propertyLogCommandResult Gets or sets a value indicating to CDC if the result of the command should be logged to the main log.
Public propertyName Gets or sets the name of the command.
Public propertyNumberSettings Gets the number settings used in case this is a numeric parameter.
Public propertyTextSettings Gets the text settings used in case this is a text parameter.
Public propertyValue Gets or sets the command value.
Public propertyValueDescription Gets or sets a description for the value.
Public propertyValueDisplayName Gets or sets a display name for the value.
Public propertyValueType Gets or sets the type of the command value.
Public propertyValueUnit Gets or sets a unit name for the value.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBool Gets the value as boolean.
Public methodGetDouble Gets the value as double.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetString Gets the value as string.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetupButton Setup the ribbon button parameters with the given properties.
Public methodSetupValueDescription Setup the value description texts of the command.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventButtonImageDataChanged Raised when the ButtonImageData property changes.
Public eventButtonPathChanged Raised when the ButtonPath property changes.
Top
See Also