![]() |
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 sealed class ModuleResult |
Visual Basic (Declaration) |
![]() |
---|---|
Public NotInheritable Class ModuleResult |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ModuleResult |
Initializes a new instance of the ModuleResult class.
|
Public Methods
Name | Description | |
---|---|---|
![]() |
Append | Overloaded. |
![]() |
AppendFormat |
Appends data to the result using formatting placeholders.
Each format specification is replaced by the string representation of a corresponding object argument.
|
![]() |
AppendLine |
Appends the specified data and adds a crlf.
|
![]() |
Clear |
Clears the data in this instance.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Replace |
Replaces the specified data in the stringBuilder
|
![]() |
Set |
Sets the internal value of the result using an Object.
|
![]() |
ToString | (Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Data |
Holds the actual data in the stringBuilder
|
![]() |
ForcedContentType |
Gets or sets the ContentType of the forced result value, which overrules standard result handling.
|
![]() |
ForcedValue |
Gets or sets the forced value of the result, which overrules standard result handling.
|
![]() |
IsDataTable |
Gets a value indicating whether this instance is a data table.
|
![]() |
IsEmpty |
Gets a value indicating whether this instance is empty.
|
![]() |
IsInitialized |
Returns true if the result is initialized
|
![]() |
IsNull |
Tests is the module result is null.
|
![]() |
IsString |
Returns true if the result is internally built up as a string
|
![]() |
Length |
Gets or sets the length of the result, if the result is a string.
|
![]() |
State |
Gets the current result state.
|
![]() |
Type |
Gets the type of the result.
|
See Also
Smartsite.Core Namespace