C# Class System.Web.UI.WebControls.SessionParameter

Inheritance: System.Web.UI.WebControls.Parameter
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SessionParameter ( ) : System.Collections
SessionParameter ( string name, DbType dbType, string sessionField ) : System.Collections
SessionParameter ( string name, TypeCode type, string sessionField ) : System.Collections
SessionParameter ( string name, string sessionField ) : System.Collections

Méthodes protégées

Méthode Description
Clone ( ) : System.Web.UI.WebControls.Parameter
Evaluate ( HttpContext ctx, Control control ) : object
SessionParameter ( SessionParameter original ) : System.Collections

Method Details

Clone() protected méthode

protected Clone ( ) : System.Web.UI.WebControls.Parameter
Résultat System.Web.UI.WebControls.Parameter

Evaluate() protected méthode

protected Evaluate ( HttpContext ctx, Control control ) : object
ctx HttpContext
control Control
Résultat object

SessionParameter() public méthode

public SessionParameter ( ) : System.Collections
Résultat System.Collections

SessionParameter() protected méthode

protected SessionParameter ( SessionParameter original ) : System.Collections
original SessionParameter
Résultat System.Collections

SessionParameter() public méthode

public SessionParameter ( string name, DbType dbType, string sessionField ) : System.Collections
name string
dbType DbType
sessionField string
Résultat System.Collections

SessionParameter() public méthode

public SessionParameter ( string name, TypeCode type, string sessionField ) : System.Collections
name string
type TypeCode
sessionField string
Résultat System.Collections

SessionParameter() public méthode

public SessionParameter ( string name, string sessionField ) : System.Collections
name string
sessionField string
Résultat System.Collections