Show / Hide Table of Contents

Class ConsoleResultModel

Standard response object sent to client.

Inheritance
object
ConsoleResultModel
ConsoleErrorResultModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.PersonaBar.Library.Prompt.Models
Assembly: Dnn.PersonaBar.Library.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.7.0. Moved to DotNetNuke.Prompt in the core library project. Scheduled for removal in v11.0.0.")]
public class ConsoleResultModel

Constructors

ConsoleResultModel()

Initializes a new instance of the ConsoleResultModel class.

Declaration
public ConsoleResultModel()

ConsoleResultModel(string)

Initializes a new instance of the ConsoleResultModel class.

Declaration
public ConsoleResultModel(string output)
Parameters
Type Name Description
string output

The console output.

Fields

Data

Declaration
public object Data
Field Value
Type Description
object

FieldOrder

Declaration
public string[] FieldOrder
Field Value
Type Description
string[]

IsError

Declaration
public bool IsError
Field Value
Type Description
bool

IsHtml

Declaration
public bool IsHtml
Field Value
Type Description
bool

MustReload

Declaration
public bool MustReload
Field Value
Type Description
bool

NextPageCommand

Declaration
public string NextPageCommand
Field Value
Type Description
string

Output

Declaration
public string Output
Field Value
Type Description
string

PagingInfo

Declaration
public PagingInfo PagingInfo
Field Value
Type Description
PagingInfo

Properties

Records

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

Extension Methods

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