C# 클래스 Hd.Portal.Components.Context

파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

공개 메소드들

메소드 설명
Clear ( ) : void
Contains ( string name ) : bool
GetValue ( string name ) : object
Remove ( string name ) : void
SetValue ( string name, object value ) : void

비공개 메소드들

메소드 설명
Context ( ) : System

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Contains() 공개 정적인 메소드

public static Contains ( string name ) : bool
name string
리턴 bool

GetValue() 공개 정적인 메소드

public static GetValue ( string name ) : object
name string
리턴 object

Remove() 공개 정적인 메소드

public static Remove ( string name ) : void
name string
리턴 void

SetValue() 공개 정적인 메소드

public static SetValue ( string name, object value ) : void
name string
value object
리턴 void