Class ConsoleResultModel
Inheritance
System.Object
ConsoleResultModel
Assembly: DotNetNuke.dll
Syntax
public class ConsoleResultModel : object, IConsoleResultModel
Constructors
|
Improve this Doc
View Source
ConsoleResultModel()
Declaration
public ConsoleResultModel()
|
Improve this Doc
View Source
ConsoleResultModel(String)
Declaration
public ConsoleResultModel(string output)
Parameters
Type |
Name |
Description |
System.String |
output |
|
Properties
|
Improve this Doc
View Source
Data
Declaration
public object Data { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
FieldOrder
Declaration
public string[] FieldOrder { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
IsError
Declaration
public bool IsError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsHtml
Declaration
public bool IsHtml { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MustReload
Declaration
public bool MustReload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NextPageCommand
Declaration
public string NextPageCommand { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Output
Declaration
public string Output { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PagingInfo
Declaration
public IPagingInfo PagingInfo { get; set; }
Property Value
|
Improve this Doc
View Source
Records
Declaration
public int Records { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Extension Methods