Show / Hide Table of Contents

Class ConsoleResultModel

Inheritance
object
ConsoleResultModel
ConsoleErrorResultModel
Implements
IConsoleResultModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Prompt
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
Type Description
object

FieldOrder

Declaration
public string[] FieldOrder { get; set; }
Property Value
Type Description
string[]

IsError

Declaration
public bool IsError { get; set; }
Property Value
Type Description
bool

IsHtml

Declaration
public bool IsHtml { get; set; }
Property Value
Type Description
bool

MustReload

Declaration
public bool MustReload { get; set; }
Property Value
Type Description
bool

NextPageCommand

Declaration
public string NextPageCommand { get; set; }
Property Value
Type Description
string

Output

Declaration
public string Output { get; set; }
Property Value
Type Description
string

PagingInfo

Declaration
public IPagingInfo PagingInfo { get; set; }
Property Value
Type Description
IPagingInfo

Records

Declaration
public int Records { get; set; }
Property Value
Type Description
int

Implements

IConsoleResultModel

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS