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

More...

Inheritance diagram for Ext.Net.MVC.FormPanelResult:
Ext.Net.IXObject

Public Member Functions

 FormPanelResult ()
 
 FormPanelResult (ModelStateDictionary modelState)
 
override void ExecuteResult (ControllerContext context)
 
virtual bool HasExplicitValue (string name)
 

Properties

string Script [get, set]
 
bool IsUpload [get, set]
 
bool Success [get, set]
 
string ErrorMessage [get, set]
 
List< FieldErrorErrors [get]
 
ParameterCollection ExtraParams [get]
 
string ExtraParamsProxy [get]
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Detailed Description

Constructor & Destructor Documentation

◆ FormPanelResult() [1/2]

Ext.Net.MVC.FormPanelResult.FormPanelResult ( )
inline

◆ FormPanelResult() [2/2]

Ext.Net.MVC.FormPanelResult.FormPanelResult ( ModelStateDictionary  modelState)
inline

Member Function Documentation

◆ ExecuteResult()

override void Ext.Net.MVC.FormPanelResult.ExecuteResult ( ControllerContext  context)
inline

Parameters
context

◆ HasExplicitValue()

virtual bool Ext.Net.MVC.FormPanelResult.HasExplicitValue ( string  name)
inlinevirtual

Implements Ext.Net.IXObject.

Property Documentation

◆ ConfigOptions

virtual ConfigOptionsCollection Ext.Net.MVC.FormPanelResult.ConfigOptions
get

◆ ConfigOptionsExtraction

ConfigOptionsExtraction Ext.Net.MVC.FormPanelResult.ConfigOptionsExtraction
get

◆ DefaultValueMode

virtual DefaultValueMode Ext.Net.MVC.FormPanelResult.DefaultValueMode
getset

◆ ErrorMessage

string Ext.Net.MVC.FormPanelResult.ErrorMessage
getset

◆ Errors

List<FieldError> Ext.Net.MVC.FormPanelResult.Errors
get

◆ ExtraParams

ParameterCollection Ext.Net.MVC.FormPanelResult.ExtraParams
get

◆ ExtraParamsProxy

string Ext.Net.MVC.FormPanelResult.ExtraParamsProxy
getprotected

◆ IsUpload

bool Ext.Net.MVC.FormPanelResult.IsUpload
getset

◆ Script

string Ext.Net.MVC.FormPanelResult.Script
getset

◆ Success

bool Ext.Net.MVC.FormPanelResult.Success
getset


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