![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public abstract class CommandBase |
Visual Basic (Declaration) |
![]() |
---|---|
Public MustInherit Class CommandBase |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetParameterValue |
Gets the parameter string value for specified parameter.
|
![]() |
GetType | (Inherited from Object.) |
![]() |
SetParameterConstraint |
Sets the constraint for specified parameter.
|
![]() |
SetParameterValue |
Sets the value for specified parameter.
|
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
TryGetConstraint<(Of <<'(T>)>>) |
Gets the constraint for given parameter.
|
![]() |
TryGetParameterValueInternal |
Hook to shortcut reflection to get common property values.
|
See Also
Smartsite.Web.Commands Namespace