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

More...

Public Member Functions

 DirectResponse ()
 
 DirectResponse (string script)
 
override string ToString ()
 
virtual void Return ()
 
virtual string JsonResponse ()
 

Static Public Member Functions

static DirectResponse Create (string script)
 

Properties

override ConfigOptionsCollection ConfigOptions [get]
 
bool NativeUpload [get]
 
bool Success [get, set]
 
bool IsUpload [get, set]
 
string ErrorMessage [get, set]
 
string???? Script [get, set]
 
string ViewState [get, set]
 
string ViewStateEncrypted [get, set]
 
string EventValidation [get, set]
 
string ServiceResponse [get, set]
 
string ExtraParamsResponse [get, set]
 
object Result [get, set]
 
object? ResultProxy [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ DirectResponse() [1/2]

Ext.Net.DirectResponse.DirectResponse ( )
inline

◆ DirectResponse() [2/2]

Ext.Net.DirectResponse.DirectResponse ( string  script)
inline

Member Function Documentation

◆ Create()

static DirectResponse Ext.Net.DirectResponse.Create ( string  script)
inlinestatic

Parameters
script
Returns

◆ JsonResponse()

virtual string Ext.Net.DirectResponse.JsonResponse ( )
inlinevirtual

Returns

◆ Return()

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

◆ ToString()

override string Ext.Net.DirectResponse.ToString ( )
inline

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.DirectResponse.ConfigOptions
get

◆ ErrorMessage

string Ext.Net.DirectResponse.ErrorMessage
getset

◆ EventValidation

string Ext.Net.DirectResponse.EventValidation
getset

◆ ExtraParamsResponse

string Ext.Net.DirectResponse.ExtraParamsResponse
getset

◆ IsUpload

bool Ext.Net.DirectResponse.IsUpload
getset

◆ NativeUpload

bool Ext.Net.DirectResponse.NativeUpload
getprotected

◆ Result

object Ext.Net.DirectResponse.Result
getset

◆ ResultProxy

object? Ext.Net.DirectResponse.ResultProxy
getprotected

◆ Script

string???? Ext.Net.DirectResponse.Script
getset

◆ ServiceResponse

string Ext.Net.DirectResponse.ServiceResponse
getset

◆ Success

bool Ext.Net.DirectResponse.Success
getset

◆ ViewState

string Ext.Net.DirectResponse.ViewState
getset

◆ ViewStateEncrypted

string Ext.Net.DirectResponse.ViewStateEncrypted
getset


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