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

More...

Inheritance diagram for Ext.Net.DataOptions.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator DataOptions.Builder (DataOptions.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string 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...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator DataOptions.Builder()

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

Property Documentation

◆ Associated

virtual bool Ext.Net.DataOptions.Config.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.Config.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.

◆ Critical

virtual ? bool Ext.Net.DataOptions.Config.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.Config.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.Config.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 file: