Interface IConsoleResultModel
  
  
  
  Assembly: DotNetNuke.Abstractions.dll
  Syntax
  
    public interface IConsoleResultModel
   
  Properties
  
  Data
  
  
  Declaration
  
    object Data { get; set; }
   
  Property Value
  
  
  FieldOrder
  
  
  Declaration
  
    string[] FieldOrder { get; set; }
   
  Property Value
  
  
  IsError
  
  
  Declaration
  
    bool IsError { get; set; }
   
  Property Value
  
  
  IsHtml
  
  
  Declaration
  
    bool IsHtml { get; set; }
   
  Property Value
  
  
  MustReload
  
  
  Declaration
  
    bool MustReload { get; set; }
   
  Property Value
  
  
  NextPageCommand
  
  
  Declaration
  
    string NextPageCommand { get; set; }
   
  Property Value
  
  
  Output
  
  
  Declaration
  
    string Output { get; set; }
   
  Property Value
  
  
  PagingInfo
  
  
  Declaration
  
    IPagingInfo PagingInfo { get; set; }
   
  Property Value
  
  
  Records
  
  
  Declaration
  
    int Records { get; set; }
   
  Property Value
  
  Extension Methods