Show / Hide Table of Contents

Interface IConsoleResultModel

Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IConsoleResultModel

Properties

Data

Declaration
object Data { get; set; }
Property Value
Type Description
object

FieldOrder

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

IsError

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

IsHtml

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

MustReload

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

NextPageCommand

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

Output

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

PagingInfo

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

Records

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

Extension Methods

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