Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.Response Class Reference

More...

Public Member Functions

 Response ()
 
 Response (bool success, string msg)
 
 Response (bool success)
 
string Serialize ()
 
void Write ()
 
virtual void Return ()
 

Properties

override ConfigOptionsCollection ConfigOptions [get]
 
bool Success [get, set]
 
string Message [get, set]
 
string? Data [get, set]
 
int? Total [get, set]
 

Detailed Description

Constructor & Destructor Documentation

◆ Response() [1/3]

Ext.Net.Response.Response ( )
inline

◆ Response() [2/3]

Ext.Net.Response.Response ( bool  success,
string  msg 
)
inline

◆ Response() [3/3]

Ext.Net.Response.Response ( bool  success)
inline

Member Function Documentation

◆ Return()

virtual void Ext.Net.Response.Return ( )
inlinevirtual

◆ Serialize()

string Ext.Net.Response.Serialize ( )
inline

◆ Write()

void Ext.Net.Response.Write ( )
inline

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.Response.ConfigOptions
get

◆ Data

string? Ext.Net.Response.Data
getset

◆ Message

string Ext.Net.Response.Message
getset

◆ Success

bool Ext.Net.Response.Success
getset

◆ Total

int? Ext.Net.Response.Total
getset


The documentation for this class was generated from the following files: