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

More...

Inheritance diagram for Ext.Net.ListenerArgumentAttribute:

Public Member Functions

 ListenerArgumentAttribute (int index, string name)
 
 ListenerArgumentAttribute (int index, string name, Type type)
 
 ListenerArgumentAttribute (int index, string name, string typeName)
 
 ListenerArgumentAttribute (int index, string name, Type type, string description)
 
 ListenerArgumentAttribute (int index, string name, string typeName, string description)
 

Properties

int Index [get]
 
string Name [get]
 
Type Type [get]
 
string TypeName [get]
 The name of the type More...
 
string Description [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ ListenerArgumentAttribute() [1/5]

Ext.Net.ListenerArgumentAttribute.ListenerArgumentAttribute ( int  index,
string  name 
)
inline

◆ ListenerArgumentAttribute() [2/5]

Ext.Net.ListenerArgumentAttribute.ListenerArgumentAttribute ( int  index,
string  name,
Type  type 
)
inline

◆ ListenerArgumentAttribute() [3/5]

Ext.Net.ListenerArgumentAttribute.ListenerArgumentAttribute ( int  index,
string  name,
string  typeName 
)
inline

◆ ListenerArgumentAttribute() [4/5]

Ext.Net.ListenerArgumentAttribute.ListenerArgumentAttribute ( int  index,
string  name,
Type  type,
string  description 
)
inline

◆ ListenerArgumentAttribute() [5/5]

Ext.Net.ListenerArgumentAttribute.ListenerArgumentAttribute ( int  index,
string  name,
string  typeName,
string  description 
)
inline

Property Documentation

◆ Description

string Ext.Net.ListenerArgumentAttribute.Description
get

◆ Index

int Ext.Net.ListenerArgumentAttribute.Index
get

◆ Name

string Ext.Net.ListenerArgumentAttribute.Name
get

◆ Type

Type Ext.Net.ListenerArgumentAttribute.Type
get

◆ TypeName

string Ext.Net.ListenerArgumentAttribute.TypeName
get

The name of the type


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