|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite web request commands.
Syntax
| C# |
|
|---|---|
namespace Smartsite.Web.Commands
|
|
| Visual Basic (Declaration) |
|
|---|---|
Namespace Smartsite.Web.Commands
|
|
Classes
| Class | Description | |
|---|---|---|
|
|
CommandBase |
Provides basic command implementation for setting values, constraints and automatic type conversion.
|
|
|
CommandException |
The exection for command error situations.
|
|
|
CommandFactory |
Creates commands based on web request and configuration data.
|
|
|
ConstraintAttribute |
Specifies a constraint on command parameters.
|
|
|
LogUtility |
Provides logging helper.
|
|
|
QueryString |
Provides query string helpers.
|
|
|
SignatureBuilder |
Provides a command signature builder for cache key purpose.
|
Structures
| Structure | Description | |
|---|---|---|
|
|
CommandParameterValue |
Struct holding a command parameter value.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
ICommand |
Defines the contract for a command
|
|
|
ICommandConsumer |
Represents a component capable of consuming commands.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
CommandFactory..::..UnknownParameterHandler |
Delegate for unknown parameter handlers.
|