Command Class |
Namespace: Innovator.Client
The Command type exposes the following members.
Name | Description | |
---|---|---|
![]() | Command |
Instantiate a new command
|
![]() | Command(IElement) | Initializes a new instance of the Command class |
![]() | Command(IEnumerableIElement) | Initializes a new instance of the Command class |
![]() | Command(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
|
![]() | Command(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
|
Name | Description | |
---|---|---|
![]() | AcceptMimeType |
What MIME type the client should accept for the request
|
![]() | Action |
SOAP action to use with the AML
|
![]() | ActionString |
SOAP action to use with the AML (represented as a string)
|
![]() | Aml |
The AML query
|
![]() | Settings |
Specify a method to configure each outgoing HTTP request associated specifically with this AML request
|
Name | Description | |
---|---|---|
![]() | AddAml |
Append a query to this request
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToNormalizedAml |
Perform parameter substitutions and return the resulting AML
|
![]() | ToString |
Return the AML string
(Overrides ObjectToString.) |
![]() | WithAction(String) |
Specify the SOAP action to use with the AML (as a string)
|
![]() | WithAction(CommandAction) |
Specify the SOAP action to use with the AML
|
![]() | WithAml |
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
|
![]() | WithMimeType |
Specify the MIME type to accept
|
![]() | WithParam |
Specify a named parameter and its value
|
Name | Description | |
---|---|---|
![]() ![]() | (String to Command) |
Implicitly convert strings to commands as needed
|
![]() ![]() | (XElement to Command) |
Implicitly convert XML elements to commands as needed
|
![]() ![]() | (XmlNode to Command) |
Implicitly convert XML elements to commands as needed
|