C# Class Cedar.Core.ApplicationContexts.ContextItem

ファイルを表示 Open project: Chinaccn/surfboard Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ContextItem() public method

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

ContextItem() public method

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].
return System