C# Class Jade.Jexl.MapContext

Show file Open project: rnrn/Jade4Net

Protected Properties

Property Type Description
map Object>.Dictionary

Public Methods

Method Description
MapContext ( ) : System
MapContext ( Object>.Dictionary vars ) : System
get ( String name ) : Object
has ( String name ) : bool
set ( String name, Object value ) : void

Method Details

MapContext() public method

public MapContext ( ) : System
return System

MapContext() public method

public MapContext ( Object>.Dictionary vars ) : System
vars Object>.Dictionary
return System

get() public method

public get ( String name ) : Object
name String
return Object

has() public method

public has ( String name ) : bool
name String
return bool

set() public method

public set ( String name, Object value ) : void
name String
value Object
return void

Property Details

map protected property

protected Dictionary map
return Object>.Dictionary