C# 클래스 System.Web.UI.WebControls.SessionParameter

상속: System.Web.UI.WebControls.Parameter
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Clone ( ) : System.Web.UI.WebControls.Parameter
Evaluate ( HttpContext ctx, Control control ) : object
SessionParameter ( SessionParameter original ) : System.Collections

메소드 상세

Clone() 보호된 메소드

protected Clone ( ) : System.Web.UI.WebControls.Parameter
리턴 System.Web.UI.WebControls.Parameter

Evaluate() 보호된 메소드

protected Evaluate ( HttpContext ctx, Control control ) : object
ctx HttpContext
control Control
리턴 object

SessionParameter() 공개 메소드

public SessionParameter ( ) : System.Collections
리턴 System.Collections

SessionParameter() 보호된 메소드

protected SessionParameter ( SessionParameter original ) : System.Collections
original SessionParameter
리턴 System.Collections

SessionParameter() 공개 메소드

public SessionParameter ( string name, DbType dbType, string sessionField ) : System.Collections
name string
dbType DbType
sessionField string
리턴 System.Collections

SessionParameter() 공개 메소드

public SessionParameter ( string name, TypeCode type, string sessionField ) : System.Collections
name string
type TypeCode
sessionField string
리턴 System.Collections

SessionParameter() 공개 메소드

public SessionParameter ( string name, string sessionField ) : System.Collections
name string
sessionField string
리턴 System.Collections