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

More...

Inheritance diagram for Ext.Net.AbstractAssociation.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.BelongsToAssociation.Config Ext.Net.HasManyAssociation.Config Ext.Net.HasOneAssociation.Config

Properties

virtual string AssociationKey [get, set]
 The name of the property in the data to read the association from. Defaults to the name of the associated model. More...
 
virtual string PrimaryKey [get, set]
 The name of the primary key on the associated model. In general this will be the Ext.data.Model.idProperty of the Model. Defaults to 'id' More...
 
virtual string Model [get, set]
 The string name of the model that is being associated with. Required More...
 
ReaderCollection Reader [get]
 A special reader to read associated data 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 ()
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Detailed Description

Property Documentation

◆ AssociationKey

virtual string Ext.Net.AbstractAssociation.Config.AssociationKey
getset

The name of the property in the data to read the association from. Defaults to the name of the associated model.

◆ Model

virtual string Ext.Net.AbstractAssociation.Config.Model
getset

The string name of the model that is being associated with. Required

◆ PrimaryKey

virtual string Ext.Net.AbstractAssociation.Config.PrimaryKey
getset

The name of the primary key on the associated model. In general this will be the Ext.data.Model.idProperty of the Model. Defaults to 'id'

◆ Reader

ReaderCollection Ext.Net.AbstractAssociation.Config.Reader
get

A special reader to read associated data


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