Click or drag to resize
Command Class
An AML request to be submitted to the server
Inheritance Hierarchy

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class Command

The Command type exposes the following members.

Constructors
  NameDescription
Public methodCommand
Instantiate a new command
Public methodCommand(IElement)
Initializes a new instance of the Command class
Public methodCommand(IEnumerableIElement)
Initializes a new instance of the Command class
Public methodCommand(String, DbParams)
Replaces SQL Server style style AML parameters (used as attribute and element values) with the corresponding arguments. Property type conversion and XML formatting is performed
Public methodCommand(String, Object)
Replaces SQL Server style numbered AML parameters (used as attribute and element values) with the corresponding arguments. Property type conversion and XML formatting is performed
Top
Properties
  NameDescription
Public propertyAcceptMimeType
What MIME type the client should accept for the request
Public propertyAction
SOAP action to use with the AML
Public propertyActionString
SOAP action to use with the AML (represented as a string)
Public propertyAml
The AML query
Public propertySettings
Specify a method to configure each outgoing HTTP request associated specifically with this AML request
Top
Methods
  NameDescription
Protected methodAddAml
Append a query to this request
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 methodToNormalizedAml
Perform parameter substitutions and return the resulting AML
Public methodToString
Return the AML string
(Overrides ObjectToString.)
Public methodWithAction(String)
Specify the SOAP action to use with the AML (as a string)
Public methodWithAction(CommandAction)
Specify the SOAP action to use with the AML
Public methodWithAml
Replaces SQL Server style numbered AML parameters (used as attribute and element values) with the corresponding arguments. Property type conversion and XML formatting is performed
Public methodWithMimeType
Specify the MIME type to accept
Public methodWithParam
Specify a named parameter and its value
Top
Operators
See Also