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

More...

Public Member Functions

 StoreResponseData ()
 
 StoreResponseData (bool isTree)
 
virtual void Return ()
 
override string ToString ()
 

Protected Member Functions

virtual void InjectToString (StringBuilder sb, bool needsComma)
 The template method to inject the custom serialization string into the result of a .ToString() call. This method might be overriden in subclasses to avoid overriding of the entire .ToString() method. More...
 
virtual bool HasResponseData ()
 The template method to determine if there is some data for serialization. This method might be overriden in subclasses to avoid overriding of the entire .ToString() method. More...
 

Properties

bool Success [get, set]
 
string Message [get, set]
 
string Data [get, set]
 
int Total [get, set]
 
MetaConfig MetaData [get, set]
 

Detailed Description

Constructor & Destructor Documentation

◆ StoreResponseData() [1/2]

Ext.Net.StoreResponseData.StoreResponseData ( )
inline

◆ StoreResponseData() [2/2]

Ext.Net.StoreResponseData.StoreResponseData ( bool  isTree)
inline

Parameters
isTree

Member Function Documentation

◆ HasResponseData()

virtual bool Ext.Net.StoreResponseData.HasResponseData ( )
inlineprotectedvirtual

The template method to determine if there is some data for serialization. This method might be overriden in subclasses to avoid overriding of the entire .ToString() method.

Returns
True if there is some data for serialization, otherwise - false

◆ InjectToString()

virtual void Ext.Net.StoreResponseData.InjectToString ( StringBuilder  sb,
bool  needsComma 
)
inlineprotectedvirtual

The template method to inject the custom serialization string into the result of a .ToString() call. This method might be overriden in subclasses to avoid overriding of the entire .ToString() method.

Parameters
sbThe StringBuilder
needsCommaTrue if the JSON string requires a leading comma

◆ Return()

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

◆ ToString()

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

Property Documentation

◆ Data

string Ext.Net.StoreResponseData.Data
getset

◆ Message

string Ext.Net.StoreResponseData.Message
getset

◆ MetaData

MetaConfig Ext.Net.StoreResponseData.MetaData
getset

◆ Success

bool Ext.Net.StoreResponseData.Success
getset

◆ Total

int Ext.Net.StoreResponseData.Total
getset


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