C# 클래스 AjScript.Context

상속: IContext
파일 보기 프로젝트 열기: ajlopez/AjScript 1 사용 예제들

공개 메소드들

메소드 설명
Context ( ) : System
Context ( IContext parent ) : System
DefineVariable ( string name ) : void
GetNames ( ) : ICollection
GetValue ( string name ) : object
RemoveValue ( string name ) : void
SetValue ( string name, object value ) : void

메소드 상세

Context() 공개 메소드

public Context ( ) : System
리턴 System

Context() 공개 메소드

public Context ( IContext parent ) : System
parent IContext
리턴 System

DefineVariable() 공개 메소드

public DefineVariable ( string name ) : void
name string
리턴 void

GetNames() 공개 메소드

public GetNames ( ) : ICollection
리턴 ICollection

GetValue() 공개 메소드

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

RemoveValue() 공개 메소드

public RemoveValue ( string name ) : void
name string
리턴 void

SetValue() 공개 메소드

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