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

Options for a Writer's AllDataOptions and PartialDataOptions More...

Inheritance diagram for Ext.Net.DataOptions:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Classes

class  Builder
 
class  Config
 

Public Member Functions

 DataOptions ()
 Default constructor More...
 
DataOptions.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 DataOptions (Config config)
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 

Static Public Member Functions

static implicit operator DataOptions (DataOptions.Config config)
 

Properties

virtual bool Associated [get, set]
 Pass true to include associated data. This is equivalent to pass true as the only argument. See getAssociatedData. Defaults to false. More...
 
virtual bool Changes [get, set]
 Pass true to only include fields that have been modified. Note that field modifications are only tracked for fields that are not declared with persist set to false. In other words, only persistent fields have changes tracked so passing true for this means options.persist is redundant. Defaults to false. More...
 
virtual ? bool? Critical [get, set]
 Pass true to include fields set as critical. This is only meaningful when options.changes is true since critical fields may not have been modified. More...
 
virtual ? bool? Persist [get, set]
 Pass true to only return persistent fields. This is implied when options.changes is set to true. More...
 
virtual bool Serialize [get, set]
 Pass true to invoke the serialize method on the returned fields. Defaults to false. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Options for a Writer's AllDataOptions and PartialDataOptions

Constructor & Destructor Documentation

◆ DataOptions() [1/2]

Ext.Net.DataOptions.DataOptions ( )
inline

Default constructor

◆ DataOptions() [2/2]

Ext.Net.DataOptions.DataOptions ( Config  config)
inline

Member Function Documentation

◆ operator DataOptions()

static implicit Ext.Net.DataOptions.operator DataOptions ( DataOptions.Config  config)
inlinestatic

◆ ToBuilder()

DataOptions.Builder Ext.Net.DataOptions.ToBuilder ( )
inline

◆ ToNativeBuilder()

override IControlBuilder Ext.Net.DataOptions.ToNativeBuilder ( )
inlinevirtual

Reimplemented from Ext.Net.BaseItem.

Property Documentation

◆ Associated

virtual bool Ext.Net.DataOptions.Associated
getset

Pass true to include associated data. This is equivalent to pass true as the only argument. See getAssociatedData. Defaults to false.

◆ Changes

virtual bool Ext.Net.DataOptions.Changes
getset

Pass true to only include fields that have been modified. Note that field modifications are only tracked for fields that are not declared with persist set to false. In other words, only persistent fields have changes tracked so passing true for this means options.persist is redundant. Defaults to false.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.DataOptions.ConfigOptions
get

◆ Critical

virtual ? bool? Ext.Net.DataOptions.Critical
getset

Pass true to include fields set as critical. This is only meaningful when options.changes is true since critical fields may not have been modified.

◆ Persist

virtual ? bool? Ext.Net.DataOptions.Persist
getset

Pass true to only return persistent fields. This is implied when options.changes is set to true.

◆ Serialize

virtual bool Ext.Net.DataOptions.Serialize
getset

Pass true to invoke the serialize method on the returned fields. Defaults to false.


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