C# 클래스 Cedar.Core.ApplicationContexts.ContextItem

파일 보기 프로젝트 열기: Chinaccn/surfboard 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContextItem ( string key, object value ) : System

Initializes a new instance of the ContextItem class.

ContextItem ( string key, object value, bool isLocal ) : System

Initializes a new instance of the ContextItem class.

메소드 상세

ContextItem() 공개 메소드

Initializes a new instance of the ContextItem class.
public ContextItem ( string key, object value ) : System
key string The key.
value object The value.
리턴 System

ContextItem() 공개 메소드

Initializes a new instance of the ContextItem class.
public ContextItem ( string key, object value, bool isLocal ) : System
key string The key.
value object The value.
isLocal bool if set to true [is local].
리턴 System