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