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

More...

Inheritance diagram for Ext.Net.ConfigOptionAttribute:

Public Member Functions

 ConfigOptionAttribute ()
 
 ConfigOptionAttribute (string name)
 
 ConfigOptionAttribute (string name, int priority)
 
 ConfigOptionAttribute (JsonMode mode)
 
 ConfigOptionAttribute (JsonMode mode, int priority)
 
 ConfigOptionAttribute (string name, JsonMode mode)
 
 ConfigOptionAttribute (string name, JsonMode mode, int priority)
 
 ConfigOptionAttribute (Type jsonConverter)
 
 ConfigOptionAttribute (Type jsonConverter, int priority)
 
 ConfigOptionAttribute (string name, Type jsonConverter)
 
 ConfigOptionAttribute (string name, Type jsonConverter, int priority)
 

Properties

Type JsonConverter [get]
 
JsonMode Mode [get]
 
string Name [get]
 
int Priority [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ ConfigOptionAttribute() [1/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( )
inline

◆ ConfigOptionAttribute() [2/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( string  name)
inline

◆ ConfigOptionAttribute() [3/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( string  name,
int  priority 
)
inline

◆ ConfigOptionAttribute() [4/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( JsonMode  mode)
inline

◆ ConfigOptionAttribute() [5/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( JsonMode  mode,
int  priority 
)
inline

◆ ConfigOptionAttribute() [6/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( string  name,
JsonMode  mode 
)
inline

◆ ConfigOptionAttribute() [7/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( string  name,
JsonMode  mode,
int  priority 
)
inline

◆ ConfigOptionAttribute() [8/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( Type  jsonConverter)
inline

◆ ConfigOptionAttribute() [9/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( Type  jsonConverter,
int  priority 
)
inline

◆ ConfigOptionAttribute() [10/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( string  name,
Type  jsonConverter 
)
inline

◆ ConfigOptionAttribute() [11/11]

Ext.Net.ConfigOptionAttribute.ConfigOptionAttribute ( string  name,
Type  jsonConverter,
int  priority 
)
inline

Property Documentation

◆ JsonConverter

Type Ext.Net.ConfigOptionAttribute.JsonConverter
get

◆ Mode

JsonMode Ext.Net.ConfigOptionAttribute.Mode
get

◆ Name

string Ext.Net.ConfigOptionAttribute.Name
get

◆ Priority

int Ext.Net.ConfigOptionAttribute.Priority
get


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